You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
894 B

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AppSettings": {
"API": "http://localhost/BWPMAPI/api/",
"ApiKey": "BgWSbwCNM3pEiCxgIlDEyD7HFpUgKPeL8OPDqH9n",
"DefaultUser": "info@shub.ch",
"DefaultPassword": "Test1234",
"CopyRight": "Stefan Hutter Unternehmensberatung",
"Version": "1.0.0.1",
"ShowAdmin": "false",
"smtpserver": "smtp.eu.mailgun.org",
"smtpuser": "postmaster@mg.bwpm.ch",
"smtppw": "3eb92cf657bf678cd31b4942a3e05cd4-7238b007-50b3a800",
"smtpport": "587",
"autologin": "true",
"autologin_user": "hutter@shub.ch",
"autologin_pw": "b",
},
"AllowedHosts": "*",
"ConnectionStrings": {
"BlazorAppContextConnection": "Server=shu00;Database=BWPM;user=sa;password=*shu29;MultipleActiveResultSets=true"
}
}