Files
everything/EveryThing/appsettings.json
David Štaleker db0cc8d3de prvi
2025-07-18 05:33:16 +02:00

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"
//}
}