Files
Novaria/Novaria.GameServer/appsettings.json

24 lines
387 B
JSON

{
"Kestrel": {
"EndPoints": {
"Http": {
"Url": "https://0.0.0.0:443"
},
"Https": {
"Url": "https://0.0.0.0:80"
}
}
},
"Serilog": {
"MinimumLevel": {
"Default": "Information",
"Override": {
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
}
},
"AllowedHosts": "*"
}