otb-cloud secure encrypted backups
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

15 lines
297 B

FLASK_APP=run.py
FLASK_ENV=development
SECRET_KEY=change-me
APP_PORT=5090
MARIADB_HOST=127.0.0.1
MARIADB_PORT=3306
MARIADB_DB=otb_cloud
MARIADB_USER=otb_cloud
MARIADB_PASSWORD=change-me
STORAGE_ROOT=/tank/backups/otb-cloud
OTB_PORTAL_SHARED_SECRET=change-me
OTB_PORTAL_ALLOWED_SKEW_SECONDS=300