39 lines
668 B
JSON
39 lines
668 B
JSON
{
|
|
"cfg_synapse_defaults": {
|
|
"scheme": "https",
|
|
"database": {
|
|
"kind": "sqlite",
|
|
"data": {
|
|
"path": "/var/synapse/data.sqlite"
|
|
}
|
|
},
|
|
"element_url": null,
|
|
"title": "Example | Matrix",
|
|
"federation": {
|
|
"enable": false,
|
|
"whitelist": []
|
|
},
|
|
"password_strict_policy": true,
|
|
"registration_shared_secret": null,
|
|
"authentication": {
|
|
"kind": "internal",
|
|
"data": {}
|
|
},
|
|
"smtp": {
|
|
"port": 587,
|
|
"username": "synapse"
|
|
},
|
|
"notifications": {
|
|
"source_address": "synapse@example.org",
|
|
"via_email": {
|
|
"enabled_by_default": false,
|
|
"delay": "1h"
|
|
}
|
|
},
|
|
"admin_user": {
|
|
"define": true,
|
|
"name": "admin"
|
|
}
|
|
}
|
|
}
|