core/server/test.config.json
2021-11-24 15:24:52 +06:00

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
}