{ "Kestrel": { "EndPoints": { "Http": { "Url": "Listening URL for the API server - allows setting the listening IP address and port number -> http://ip.ip.ip.ip:port/ or http://[ip::ip]:port/" } } }, "AssetServer": { "Enabled": true, "ListenIP": , "Port": ", "URLPrefix": "", "Mode": "ProviderURL": "AutoEncryptRegexp": "AutoEncryptKey": , "SubstituteMissingLocalAssets": , "UseCache": }, "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*" } "AssetServer": { "Enabled": true, "Port": 881, //Only for the asset server "URLPrefix": "a.com", // "Mode": "partial", // "ProviderURL": "https://media.sodoff.spirtix.com/", // "SubstituteMissingLocalAssets": true // }