2019-02-25 10:59:09 +01:00
|
|
|
{
|
|
|
|
"disable-static-cache": true,
|
|
|
|
"web": {
|
|
|
|
"debug": true,
|
|
|
|
"use_reloader": true,
|
|
|
|
"threaded": true,
|
|
|
|
"host": "0.0.0.0",
|
|
|
|
"port": 7001
|
|
|
|
},
|
|
|
|
"git": {
|
|
|
|
"auto_pull_and_restart": false,
|
|
|
|
"webhook_endpoint": "/api/git_commit",
|
|
|
|
"secret": "iOnlyHavePullAccess"
|
2019-04-26 04:24:19 +02:00
|
|
|
},
|
|
|
|
"mysql": {
|
|
|
|
"host": "localhost",
|
|
|
|
"port": 3306,
|
|
|
|
"user": "husstanden",
|
|
|
|
"passwd": "",
|
|
|
|
"db": "db_husstanden"
|
2019-02-25 10:59:09 +01:00
|
|
|
}
|
|
|
|
}
|