migrate2efcore #16

Merged
rainote merged 3 commits from migrate2efcore into master 2023-08-14 11:53:22 +00:00
2 changed files with 12 additions and 2 deletions
Showing only changes of commit 6e8aaca7f0 - Show all commits

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
}
}