mirror of
https://github.com/raphaeIl/Novaria.git
synced 2025-12-23 03:44:53 +01:00
serverlist handler + basic crypto, rename project
This commit is contained in:
23
Novaria.SDKServer/appsettings.json
Normal file
23
Novaria.SDKServer/appsettings.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"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": "*"
|
||||
}
|
||||
Reference in New Issue
Block a user