11 lines
226 B
JSON
11 lines
226 B
JSON
|
{
|
||
|
"database": {
|
||
|
"url": "jdbc:postgresql://127.0.0.1:8090/test",
|
||
|
"username": "test",
|
||
|
"password": "test"
|
||
|
},
|
||
|
"clientStatic": "../client/build/distributions",
|
||
|
"filesFolder": "/tmp/files",
|
||
|
"debugMode": true
|
||
|
}
|