first commit
This commit is contained in:
9
env.example
Normal file
9
env.example
Normal file
@@ -0,0 +1,9 @@
|
||||
SECRET_KEY=change-me-before-production
|
||||
ACCESS_TOKEN_EXPIRE_MINUTES=7899999
|
||||
ALLOW_REGISTRATION=true
|
||||
DEFAULT_ADMIN_USERNAME=admin
|
||||
DEFAULT_ADMIN_PASSWORD=admin
|
||||
APP_PORT=5580
|
||||
API_PREFIX=/api
|
||||
DATA_DIR=/app/storage
|
||||
DATABASE_URL=sqlite:////app/storage/routeros_backup_next.db
|
||||
Reference in New Issue
Block a user