Skip to content

Commit 2558892

Browse files
committed
Rename SESSION_FILE_PATH default environment variable in configration.py
1 parent a51ad36 commit 2558892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ def _read_secret(secret_name, default = None):
233233
# By default, NetBox will store session data in the database. Alternatively, a file path can be specified here to use
234234
# local file storage instead. (This can be useful for enabling authentication on a standby instance with read-only
235235
# 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)
236+
SESSION_FILE_PATH = environ.get('SESSIONS_ROOT', None)
237237

238238
# Time zone (default: UTC)
239239
TIME_ZONE = environ.get('TIME_ZONE', 'UTC')

0 commit comments

Comments
 (0)