AppReports/config.template.json

17 lines
292 B
JSON
Raw Normal View History

2019-07-04 12:21:37 +02:00
{
"database": {
"host": "127.0.0.1",
"port": "5432",
"user": "appreports",
"password": "12345",
"database": "appreports"
},
2020-01-21 15:59:40 +01:00
"port": "8080",
"restrictClients": false,
"allowedClients": [
"127.0.0.1",
"::1"
],
"clearLogAfterDays": -1
2019-07-04 12:21:37 +02:00
}