continuity/Server/settings.json
Timothy Schenk 6e8aaca7f0
All checks were successful
Test if Server can be built / build-server (push) Successful in 24s
config: add default testing config
2023-08-14 13:50:36 +02:00

12 lines
229 B
JSON

{
"DB": {
"Username": "continuitydevuser",
"Host": "perf.rainote.dev",
"Password": "7>CU`D2/LKw6hD/7",
"Database": "continuity",
"Port": "13543"
},
"Testing": {
"CreateAccountOnLogin": true
}
}