Development

This commit is contained in:
Matthew Grotke 2026-06-06 14:57:17 -04:00
parent 0cec7d69c9
commit e37029a066
3 changed files with 1 additions and 3 deletions

View file

@ -5,7 +5,6 @@ from flask import session
APP_DIR = _os.path.dirname(_os.path.abspath(__file__))
CONFIGS_DIR = '/routlin_location'
DATA_DIR = '/data'
WWW_DIR = '/www'
ACCOUNTS_FILE = f'{APP_DIR}/authorized_accounts.json'
CONFIG_FILE = f'{CONFIGS_DIR}/config.json'