2024-08-05 00:37:56 +00:00
|
|
|
|
{
|
2024-08-14 18:16:56 +00:00
|
|
|
|
"presentation": {
|
2024-08-23 15:29:21 +00:00
|
|
|
|
"lang": "ru",
|
2024-08-14 18:16:56 +00:00
|
|
|
|
"instance-identity": {
|
2024-08-15 06:50:14 +00:00
|
|
|
|
"top-title": "Вэб чат от ИУ9"
|
2024-08-14 18:16:56 +00:00
|
|
|
|
},
|
|
|
|
|
"phr": {
|
|
|
|
|
"decl": {
|
2024-08-23 15:29:21 +00:00
|
|
|
|
"enter": "Вход",
|
|
|
|
|
"nickname": "Никнейм",
|
|
|
|
|
"password": "Пароль",
|
|
|
|
|
"page-login": "Вход",
|
|
|
|
|
"list-of-chat-rooms": "Список Чат-Коsмнат",
|
2024-08-14 18:16:56 +00:00
|
|
|
|
"name-of-room": "Название комнаты",
|
|
|
|
|
"create-room": "Создать комнату"
|
|
|
|
|
},
|
2024-08-23 15:29:21 +00:00
|
|
|
|
"ask" : {
|
|
|
|
|
"select-chat-room": "Выберете чат комнату"
|
|
|
|
|
},
|
2024-08-14 18:16:56 +00:00
|
|
|
|
"act": {
|
2024-08-23 15:29:21 +00:00
|
|
|
|
"enter": "Войти",
|
2024-08-14 18:16:56 +00:00
|
|
|
|
"create-room": "Создать комнату",
|
|
|
|
|
"confirm": "Подтвердить",
|
|
|
|
|
"create": "Создать"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"assets": "./assets",
|
2024-08-15 06:50:14 +00:00
|
|
|
|
"database": {
|
|
|
|
|
"type": "sqlite",
|
|
|
|
|
"file": "./iu9-ca-web-chat.db"
|
|
|
|
|
},
|
2024-08-14 18:16:56 +00:00
|
|
|
|
"limits": {
|
|
|
|
|
"max-users": 100000,
|
|
|
|
|
"max-rooms": 100000,
|
|
|
|
|
"max-messages": 10000000000000,
|
|
|
|
|
"storage-size-limit": 100000000000
|
|
|
|
|
},
|
|
|
|
|
"server": {
|
|
|
|
|
"workers": 8,
|
|
|
|
|
"http-listen": ["127.0.0.1:1025"],
|
2024-08-25 10:06:26 +00:00
|
|
|
|
"admin-command-listen": ["[::1]:1026"]
|
2024-08-14 18:16:56 +00:00
|
|
|
|
}
|
2024-08-19 16:25:21 +00:00
|
|
|
|
}
|