19 lines
488 B
JSON
19 lines
488 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"DataConnection": "server=192.168.111.85;user=everything;password=EveryThing2022!;database=EveryThingDev"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
//"LettuceEncrypt": {
|
|
// "AcceptTermsOfService": true,
|
|
// "DomainNames": [ "allstar.si", "www.allstar.si" ],
|
|
// "EmailAddress": "krambem@gmail.com"
|
|
//}
|
|
}
|