Development
This commit is contained in:
parent
95a6961855
commit
6a3197dd68
3 changed files with 15 additions and 4 deletions
|
|
@ -4,6 +4,7 @@ from flask import session
|
|||
|
||||
CONFIGS_DIR = '/routlin_location'
|
||||
DATA_DIR = '/data'
|
||||
WWW_DIR = '/www'
|
||||
ACCOUNTS_FILE = f'{DATA_DIR}/authorized_accounts.json'
|
||||
CONFIG_FILE = f'{CONFIGS_DIR}/config.json'
|
||||
DASHBOARD_QUEUE = f'{CONFIGS_DIR}/.dashboard-queue'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue