Test controller, appsettings, additional field for user
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user