full reborn

This commit is contained in:
2021-11-24 13:52:27 +06:00
parent 0ac6b0a4df
commit 6a6a197041
246 changed files with 4327 additions and 6952 deletions

10
server/test.config.json Normal file
View File

@@ -0,0 +1,10 @@
{
"database": {
"url": "jdbc:postgresql://127.0.0.1:8090/test",
"username": "test",
"password": "test"
},
"clientStatic": "../client/build/distributions",
"filesFolder": "/tmp/files",
"debugMode": true
}