Changed Environment Variables in Versions

Introduction

This page contains tables with added and removed environment variables between Infinite Scale version 7.0.0 and 7.1.0.

Added and Removed Environment Variables

  • Added

  • Removed

  • Deprecated

Service Variable Description Default

Fontend

FRONTEND_CONFIGURABLE_NOTIFICATIONS

Allow configuring notifications via web client.

false

Notifications

NOTIFICATIONS_STORE

The type of the store. Supported values are: 'memory', 'nats-js-kv', 'redis-sentinel', 'noop'. See the text description for details.

nats-js-kv

NOTIFICATIONS_STORE_AUTH_PASSWORD

The password to authenticate with the store. Only applies when store type 'nats-js-kv' is configured.

NOTIFICATIONS_STORE_AUTH_USERNAME

The username to authenticate with the store. Only applies when store type 'nats-js-kv' is configured.

NOTIFICATIONS_STORE_DATABASE

The database name the configured store should use.

notifications

NOTIFICATIONS_STORE_NODES

A list of nodes to access the configured store. This has no effect when 'memory' store is configured. Note that the behaviour how nodes are used is dependent on the library of the configured store. See the Environment Variable Types description for more details.

[127.0.0.1:9233]

NOTIFICATIONS_STORE_TABLE

The database table the store should use.

NOTIFICATIONS_STORE_TTL

Time to live for notifications in the store. Defaults to '336h' (2 weeks). See the Environment Variable Types description for more details.

336h0m0s

Settings

SETTINGS_TRANSLATION_PATH

(optional) Set this to a path with custom translations to overwrite the builtin translations. Note that file and folder naming rules apply, see the documentation for more details.

Service Variable Description Default

Note that these environment variables were listed for deprecation in 7.0.0 already. Removal has been delayed for an upcoming production version. They are listed here for consistency.

Service Variable Description Removal Version Deprecation Info

Clientlog

CLIENTLOG_REVA_GATEWAY

CS3 gateway used to look up user metadata

%%NEXT_PRODUCTION_VERSION%%

CLIENTLOG_REVA_GATEWAY removed for simplicity.

Frontend

FRONTEND_OCS_ADDITIONAL_INFO_ATTRIBUTE

Additional information attribute for the user like {{.Mail}}.

%%NEXT_PRODUCTION_VERSION%%

The OCS API is deprecated

FRONTEND_OCS_ENABLE_DENIALS

EXPERIMENTAL: enable the feature to deny access on folders.

%%NEXT_PRODUCTION_VERSION%%

The OCS API is deprecated

FRONTEND_OCS_INCLUDE_OCM_SHAREES

Include OCM sharees when listing sharees.

%%NEXT_PRODUCTION_VERSION%%

FRONTEND_OCS_INCLUDE_OCM_SHAREES, the OCS API is deprecated

FRONTEND_OCS_LIST_OCM_SHARES

Include OCM shares when listing shares. See the OCM service documentation for more details.

%%NEXT_PRODUCTION_VERSION%%

FRONTEND_OCS_LIST_OCM_SHARES, the OCS API is deprecated

FRONTEND_OCS_PERSONAL_NAMESPACE

Home namespace identifier.

%%NEXT_PRODUCTION_VERSION%%

The OCS API is deprecated

FRONTEND_OCS_PREFIX

URL path prefix for the OCS service. Note that the string must not start with '/'.

%%NEXT_PRODUCTION_VERSION%%

The OCS API is deprecated

FRONTEND_OCS_SHARE_PREFIX

Path prefix for shares as part of an ocis resource. Note that the path must start with '/'.

%%NEXT_PRODUCTION_VERSION%%

The OCS API is deprecated

FRONTEND_OCS_STAT_CACHE_AUTH_PASSWORD

The password to use for authentication. Only applies when using the 'nats-js-kv' store type.

%%NEXT_PRODUCTION_VERSION%%

FRONTEND_OCS_STAT_CACHE_AUTH_PASSWORD, the OCS API is deprecated

FRONTEND_OCS_STAT_CACHE_AUTH_USERNAME

The username to use for authentication. Only applies when using the 'nats-js-kv' store type.

%%NEXT_PRODUCTION_VERSION%%

FRONTEND_OCS_STAT_CACHE_AUTH_USERNAME, the OCS API is deprecated

FRONTEND_OCS_STAT_CACHE_DISABLE_PERSISTENCE

Disable persistence of the cache. Only applies when using the 'nats-js-kv' store type. Defaults to false.

%%NEXT_PRODUCTION_VERSION%%

FRONTEND_OCS_STAT_CACHE_DISABLE_PERSISTENCE, the OCS API is deprecated

FRONTEND_OCS_STAT_CACHE_STORE

The type of the cache store. Supported values are: 'memory', 'redis-sentinel', 'nats-js-kv', 'noop'. See the text description for details.

%%NEXT_PRODUCTION_VERSION%%

FRONTEND_OCS_STAT_CACHE_STORE, the OCS API is deprecated

FRONTEND_OCS_STAT_CACHE_STORE_NODES

A list of nodes to access the configured store. This has no effect when 'memory' store is configured. Note that the behaviour how nodes are used is dependent on the library of the configured store. See the Environment Variable Types description for more details.

%%NEXT_PRODUCTION_VERSION%%

FRONTEND_OCS_STAT_CACHE_STORE_NODES, the OCS API is deprecated

FRONTEND_OCS_STAT_CACHE_TABLE

The database table the store should use.

%%NEXT_PRODUCTION_VERSION%%

The OCS API is deprecated

FRONTEND_OCS_STAT_CACHE_TTL

Default time to live for user info in the cache. Only applied when access tokens has no expiration. See the Environment Variable Types description for more details.

%%NEXT_PRODUCTION_VERSION%%

FRONTEND_OCS_STAT_CACHE_TTL, the OCS API is deprecated