mirror of
https://github.com/YunoHost-Apps/droppy_ynh.git
synced 2024-09-03 18:26:27 +02:00
23 lines
No EOL
419 B
Text
23 lines
No EOL
419 B
Text
{
|
|
"listeners" : [
|
|
{
|
|
"host": ["127.0.0.1", "::"],
|
|
"port": __PORT__,
|
|
"protocol": "http"
|
|
}
|
|
],
|
|
"public": false,
|
|
"timestamps": true,
|
|
"linkLength": 5,
|
|
"linkExtensions": false,
|
|
"logLevel": 2,
|
|
"maxFileSize": 0,
|
|
"updateInterval": 1000,
|
|
"pollingInterval": 0,
|
|
"keepAlive": 20000,
|
|
"allowFrame": false,
|
|
"readOnly": false,
|
|
"ignorePatterns": [],
|
|
"watch": true,
|
|
"headers": {}
|
|
} |