- docker-compose.yml with Synapse, PostgreSQL 16, Element Web - Element config pointing to chat.dshkabatur.ru - .gitignore for data directories Co-authored-by: Cursor <cursoragent@cursor.com>
19 lines
441 B
JSON
19 lines
441 B
JSON
{
|
|
"default_server_config": {
|
|
"m.homeserver": {
|
|
"base_url": "https://chat.dshkabatur.ru",
|
|
"server_name": "chat.dshkabatur.ru"
|
|
}
|
|
},
|
|
"brand": "Dshkabatur Chat",
|
|
"default_theme": "dark",
|
|
"room_directory": {
|
|
"servers": ["chat.dshkabatur.ru"]
|
|
},
|
|
"show_labs_settings": false,
|
|
"default_country_code": "RU",
|
|
"setting_defaults": {
|
|
"breadcrumbs": true
|
|
}
|
|
}
|