47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
||
"presentation": {
|
||
"lang": "ru",
|
||
"instance-identity": {
|
||
"top-title": "Вэб чат от ИУ9"
|
||
},
|
||
"phr": {
|
||
"decl": {
|
||
"enter": "Вход",
|
||
"nickname": "Никнейм",
|
||
"password": "Пароль",
|
||
"page-login": "Вход",
|
||
"list-of-chat-rooms": "Список Чат-Коsмнат",
|
||
"name-of-room": "Название комнаты",
|
||
"create-room": "Создать комнату",
|
||
|
||
"incorrect-nickname-or-password": "Неправильный никнейм или пароль"
|
||
},
|
||
"ask" : {
|
||
"select-chat-room": "Выберете чат комнату"
|
||
},
|
||
"act": {
|
||
"enter": "Войти",
|
||
"create-room": "Создать комнату",
|
||
"confirm": "Подтвердить",
|
||
"create": "Создать"
|
||
}
|
||
}
|
||
},
|
||
"assets": "./assets",
|
||
"database": {
|
||
"type": "sqlite",
|
||
"file": "./iu9-ca-web-chat.db"
|
||
},
|
||
"limits": {
|
||
"max-users": 100000,
|
||
"max-rooms": 100000,
|
||
"max-messages": 10000000000000,
|
||
"storage-size-limit": 100000000000
|
||
},
|
||
"server": {
|
||
"workers": 8,
|
||
"http-listen": ["127.0.0.1:1025"],
|
||
"admin-command-listen": ["[::1]:1026"]
|
||
}
|
||
}
|