Skip to content

Commit

Permalink
Merge pull request #356 from timrabl/enviroment-changes
Browse files Browse the repository at this point in the history
Enviroment changes
  • Loading branch information
cimnine authored Nov 3, 2020
2 parents c068db1 + 2558892 commit 3cbdf26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def _read_secret(secret_name, default = None):
# By default, NetBox will store session data in the database. Alternatively, a file path can be specified here to use
# local file storage instead. (This can be useful for enabling authentication on a standby instance with read-only
# database access.) Note that the user as which NetBox runs must have read and write permissions to this path.
SESSION_FILE_PATH = environ.get('REPORTS_ROOT', None)
SESSION_FILE_PATH = environ.get('SESSIONS_ROOT', None)

# Time zone (default: UTC)
TIME_ZONE = environ.get('TIME_ZONE', 'UTC')
Expand Down

0 comments on commit 3cbdf26

Please sign in to comment.