first
This commit is contained in:
19
config/custom-environment-variables.json
Normal file
19
config/custom-environment-variables.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"server": {
|
||||
"port": "SERVER_PORT",
|
||||
"sessionSecret": "SESSION_SECRET"
|
||||
},
|
||||
"smtp": {
|
||||
"port": "SMTP_PORT",
|
||||
"host": "SMTP_HOST"
|
||||
},
|
||||
"pushover": {
|
||||
"user": "PUSHOVER_USER",
|
||||
"token": "PUSHOVER_TOKEN"
|
||||
},
|
||||
"admin": {
|
||||
"username": "ADMIN_USERNAME",
|
||||
"password": "ADMIN_PASSWORD",
|
||||
"enableAuth": "ENABLE_AUTH"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user