prvi
This commit is contained in:
18
EveryThing/appsettings.json
Normal file
18
EveryThing/appsettings.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"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"
|
||||
//}
|
||||
}
|
||||
Reference in New Issue
Block a user