AppReports/config.template.json

11 lines
177 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"
},
"port": "8080"
}