config: add default testing config
All checks were successful
Test if Server can be built / build-server (push) Successful in 24s
All checks were successful
Test if Server can be built / build-server (push) Successful in 24s
This commit is contained in:
parent
81a3d24eeb
commit
6e8aaca7f0
2 changed files with 12 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -480,5 +480,3 @@ $RECYCLE.BIN/
|
|||
|
||||
.idea
|
||||
.vscode
|
||||
|
||||
settings.json
|
12
Server/settings.json
Normal file
12
Server/settings.json
Normal 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
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue