diff --git a/.gitignore b/.gitignore index 3357906..c2a26ef 100644 --- a/.gitignore +++ b/.gitignore @@ -480,5 +480,3 @@ $RECYCLE.BIN/ .idea .vscode - -settings.json \ No newline at end of file diff --git a/Server/settings.json b/Server/settings.json new file mode 100644 index 0000000..8b9e207 --- /dev/null +++ b/Server/settings.json @@ -0,0 +1,12 @@ +{ + "DB": { + "Username": "continuitydevuser", + "Host": "perf.rainote.dev", + "Password": "7>CU`D2/LKw6hD/7", + "Database": "continuity", + "Port": "13543" + }, + "Testing": { + "CreateAccountOnLogin": true + } +}