Development

This commit is contained in:
Matthew Grotke 2026-06-11 01:55:15 -04:00
parent ce280b6d7a
commit 337c0daf22
3 changed files with 10 additions and 3 deletions

View file

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