diff --git a/gaseous-server/appsettings.Production.json b/gaseous-server/appsettings.Production.json new file mode 100644 index 0000000..44d783a --- /dev/null +++ b/gaseous-server/appsettings.Production.json @@ -0,0 +1,17 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.AspNetCore": "Warning" + } + }, + "AllowedHosts": "*", + "Kestrel": { + "Endpoints": { + "Production": { + "Url": "http://*:80" + } + } + } +} +