Files
everything2/EveryThing/appsettings.json
David Štaleker a45fe73754 Odstranjenn projekt
dodan vnos pozicije fakture
2023-05-13 16:42:01 +02:00

19 lines
486 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": "*",
//"LettuceEncrypt": {
// "AcceptTermsOfService": true,
// "DomainNames": [ "allstar.si", "www.allstar.si" ],
// "EmailAddress": "krambem@gmail.com"
//}
}