Development
This commit is contained in:
parent
8303eb5397
commit
a4eb431f22
11 changed files with 744 additions and 1 deletions
|
|
@ -14,6 +14,7 @@ DASHBOARD_LAST_RUN = f'{CONFIGS_DIR}/.dashboard-last-run'
|
|||
DASHBOARD_LOCK = f'{CONFIGS_DIR}/.dashboard-lock'
|
||||
DASHBOARD_PENDING = f'{CONFIGS_DIR}/.dashboard-pending'
|
||||
DASHBOARD_DB = f'{CONFIGS_DIR}/.dashboard-snapshots'
|
||||
CREDENTIALS_DB = f'{CONFIGS_DIR}/.client-credentials'
|
||||
HEALTH_FILE = f'{CONFIGS_DIR}/.health'
|
||||
BLOCKLISTS_DIR = f'{CONFIGS_DIR}/blocklists'
|
||||
PRODUCT_NAME = os.environ.get('PRODUCT_NAME', 'routlin')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue