AppReports/config.template.json
2019-07-04 12:21:37 +02:00

11 lines
177 B
JSON

{
"database": {
"host": "127.0.0.1",
"port": "5432",
"user": "appreports",
"password": "12345",
"database": "appreports"
},
"port": "8080"
}