core/server/test.config.json

10 lines
175 B
JSON
Raw Normal View History

2021-11-24 07:52:27 +00:00
{
"database": {
"url": "jdbc:postgresql://127.0.0.1:8090/test",
"username": "test",
"password": "test"
},
"filesFolder": "/tmp/files",
"debugMode": true
}