core/server/test.config.json
2022-01-25 15:21:01 +06:00

10 lines
175 B
JSON

{
"database": {
"url": "jdbc:postgresql://127.0.0.1:8090/test",
"username": "test",
"password": "test"
},
"filesFolder": "/tmp/files",
"debugMode": true
}