continuity/Server/settings.json

13 lines
229 B
JSON
Raw Permalink Normal View History

2023-08-14 11:50:36 +00:00
{
"DB": {
"Username": "continuitydevuser",
"Host": "perf.rainote.dev",
"Password": "7>CU`D2/LKw6hD/7",
"Database": "continuity",
"Port": "13543"
},
"Testing": {
"CreateAccountOnLogin": true
}
}