15 lines
267 B
JSON
15 lines
267 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|