- UpdateGameAssetFields migration for new columns - Added Description, IsRequired, UploadedAt to GameAssets - Fixed nullable LocalPath and FileSha256 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
29 lines
745 B
JSON
29 lines
745 B
JSON
{
|
|
"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
|
|
}
|
|
}
|