Files
gwms/GWMS.User/appsettings.json
T
2021-06-24 17:13:15 +02:00

13 lines
365 B
JSON

{
"ConnectionStrings": {
"AuthConnection": "Server=localhost;port=3306;database=GWMS_auth;user=GWMS;pwd=GWMS_secret_pwd;sslmode=None;"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}