1
0
mirror of synced 2024-12-13 07:11:07 +01:00
TaikoLocalServer/TaikoWebUI/wwwroot/appsettings.json
2024-06-02 17:33:33 -04:00

28 lines
606 B
JSON

{
"WebUiSettings": {
"LoginRequired": "true",
"OnlyAdmin": "false",
"BoundAccessCodeUpperLimit": "3",
"RegisterWithLastPlayTime": "false",
"AllowUserDelete": "true",
"AllowFreeProfileEditing": "true",
"SupportedLanguages": [
{
"CultureCode": "en-US",
"DisplayName": "English"
},
{
"CultureCode": "zh-Hans",
"DisplayName": "简体中文"
},
{
"CultureCode": "zh-Hant",
"DisplayName": "繁體中文"
},
{
"CultureCode": "ja",
"DisplayName": "日本語"
}
]
}
}