AppReports/config.template.json

17 lines
292 B
JSON

{
"database": {
"host": "127.0.0.1",
"port": "5432",
"user": "appreports",
"password": "12345",
"database": "appreports"
},
"port": "8080",
"restrictClients": false,
"allowedClients": [
"127.0.0.1",
"::1"
],
"clearLogAfterDays": -1
}