Development

This commit is contained in:
Matthew Grotke 2026-05-26 20:14:56 -04:00
parent 95a6961855
commit 6a3197dd68
3 changed files with 15 additions and 4 deletions

View file

@ -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'