Development
This commit is contained in:
parent
ce280b6d7a
commit
337c0daf22
3 changed files with 10 additions and 3 deletions
|
|
@ -5,7 +5,7 @@ from datetime import datetime, timezone
|
|||
from flask import session
|
||||
|
||||
APP_DIR = _os.path.dirname(_os.path.abspath(__file__))
|
||||
CONFIGS_DIR = '/routlin_location'
|
||||
CONFIGS_DIR = _settings.routlin_location()
|
||||
DATA_DIR = '/data'
|
||||
WWW_DIR = '/www'
|
||||
ACCOUNTS_DB = f'{DATA_DIR}/.dashboard-accounts'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue