1
0
mirror of synced 2024-12-01 01:27:21 +01:00
TaikoLocalServer/TaikoWebUI/wwwroot/appsettings.json

39 lines
873 B
JSON
Raw Permalink Normal View History

2023-10-16 11:38:27 +02:00
{
"WebUiSettings": {
2024-06-06 04:29:26 +02:00
"Title": "TaikoWebUI",
"LoginRequired": "false",
"OnlyAdmin": "false",
"BoundAccessCodeUpperLimit": "3",
"RegisterWithLastPlayTime": "false",
"AllowUserDelete": "true",
"AllowFreeProfileEditing": "true",
"DisplayUnplayedDans": "true",
"MaxWidth": "3",
"SongLeaderboardSettings": {
"DisablePagination": "false",
"PageSize": "10"
},
"SupportedLanguages": [
{
"CultureCode": "en-US",
"DisplayName": "English"
},
2024-06-05 14:14:17 +02:00
{
"CultureCode": "fr-FR",
"DisplayName": "Français"
},
{
"CultureCode": "zh-Hans",
"DisplayName": "简体中文"
},
{
"CultureCode": "zh-Hant",
"DisplayName": "繁體中文"
},
{
"CultureCode": "ja",
"DisplayName": "日本語"
}
]
2023-10-16 11:38:27 +02:00
}
}