Files
everything2/EveryThing/appsettings.json
2023-06-26 08:12:25 +02:00

22 lines
541 B
JSON

{
"ConnectionStrings": {
"DataConnection": "server=192.168.111.85;user=everything;password=EveryThing2022!;database=EveryThing2"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"Kst": {
"Url": "http://192.168.111.77:5050"
}
//"LettuceEncrypt": {
// "AcceptTermsOfService": true,
// "DomainNames": [ "allstar.si", "www.allstar.si" ],
// "EmailAddress": "krambem@gmail.com"
//}
}