We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c068db1 + 2558892 commit 3cbdf26Copy full SHA for 3cbdf26
configuration/configuration.py
@@ -233,7 +233,7 @@ def _read_secret(secret_name, default = None):
233
# By default, NetBox will store session data in the database. Alternatively, a file path can be specified here to use
234
# local file storage instead. (This can be useful for enabling authentication on a standby instance with read-only
235
# database access.) Note that the user as which NetBox runs must have read and write permissions to this path.
236
-SESSION_FILE_PATH = environ.get('REPORTS_ROOT', None)
+SESSION_FILE_PATH = environ.get('SESSIONS_ROOT', None)
237
238
# Time zone (default: UTC)
239
TIME_ZONE = environ.get('TIME_ZONE', 'UTC')
0 commit comments