Initial commit
This commit is contained in:
16
config.json.template
Normal file
16
config.json.template
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"database": {
|
||||
"host": "mysql",
|
||||
"user": "soldier_tracker",
|
||||
"password": "your_secure_password_here",
|
||||
"database": "emergency_tracker",
|
||||
"connectionLimit": 10,
|
||||
"acquireTimeout": 60000,
|
||||
"timeout": 60000,
|
||||
"idleTimeout": 300000,
|
||||
"maxIdle": 5
|
||||
},
|
||||
"app": {
|
||||
"resetCooldownMinutes": 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user