config: add default testing config
All checks were successful
Test if Server can be built / build-server (push) Successful in 24s

This commit is contained in:
Timothy Schenk 2023-08-14 13:50:36 +02:00
parent 81a3d24eeb
commit 6e8aaca7f0
2 changed files with 12 additions and 2 deletions

2
.gitignore vendored
View file

@ -480,5 +480,3 @@ $RECYCLE.BIN/
.idea
.vscode
settings.json

12
Server/settings.json Normal file
View file

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