Test controller, appsettings, additional field for user

This commit is contained in:
2021-10-13 13:32:40 -04:00
parent f075a09b72
commit de1f4c9b71
6 changed files with 40 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"ConnectionStrings": {
"DefaultConnection": ""
"DefaultConnection": "Host=my_host;Database=my_db;Username=my_user;Password=my_pw"
},
"Logging": {
"LogLevel": {
@@ -9,5 +9,6 @@
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
"AllowedHosts": "*",
"PterodactylAPIKey": "REPLACE_ME"
}