{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "Jwt": { "Secret": "RR3CommunityServer_SecureJwtSecret_ChangeThisInProduction_MinimumLength32Characters", "Issuer": "RR3CommunityServer", "Audience": "RR3Community", "ExpiryDays": 30 }, "AssetsBasePath": "Assets/downloaded", "CustomAssetsPath": "Assets/custom", "ModsPath": "Assets/mods", "ServerSettings": { "AllowSelfSignedCerts": true, "EnableAssetDownloads": true, "FreeGoldPurchases": true, "UnlockAllCars": false, "UnlimitedCurrency": false, "EnableModding": true, "MaxCustomCarUploadSizeMB": 100, "MaxCustomTrackUploadSizeMB": 200 } }