Files
everything/EveryThing/appsettings.json
2026-01-19 18:02:55 +01:00

19 lines
486 B
JSON

{
"ConnectionStrings": {
"DataConnection": "server=192.168.1.12;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"
//}
}