Initial commit
This commit is contained in:
9
.env.example
Normal file
9
.env.example
Normal file
@@ -0,0 +1,9 @@
|
||||
APP_USERNAME=admin
|
||||
APP_PASSWORD=change-me-now
|
||||
# APP_PASSWORD_HASH=$2b$12$replace_with_bcrypt_hash_if_you_prefer
|
||||
SESSION_SECRET=replace-with-a-long-random-secret
|
||||
SESSION_COOKIE_SECURE=false
|
||||
RPC_TIMEOUT_SECONDS=15
|
||||
METRICS_SAMPLER_INTERVAL_SECONDS=60
|
||||
DATA_DIR=./data
|
||||
DB_PATH=./data/dashboard.db
|
||||
Reference in New Issue
Block a user