{ "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, "Version": "1.0.0", "GameVersion": "14.0.1", "MaintenanceMode": false, "MessageOfTheDay": "Welcome to RR3 Community Server! 🏁", "BaseUrl": "http://localhost:5001", "AssetsUrl": "http://localhost:5001/content/api", "LeaderboardsUrl": "http://localhost:5001/leaderboards/api", "MultiplayerUrl": "http://localhost:5001/multiplayer/api" }, "FeatureFlags": { "MultiplayerEnabled": false, "LeaderboardsEnabled": true, "DailyRewardsEnabled": true, "TimeTrialsEnabled": true, "CustomContentEnabled": true, "SpecialEventsEnabled": true, "AllItemsFree": true } }