mirror of
https://github.com/vector-im/element-call.git
synced 2026-09-13 21:59:30 +00:00
Add example docker compose; fix dynamic reg
This commit is contained in:
@@ -12,6 +12,11 @@ listeners:
|
||||
- names: [client, federation, openid]
|
||||
compress: false
|
||||
|
||||
matrix_authentication_service:
|
||||
enabled: true
|
||||
secret: "mas-matrix-secret"
|
||||
endpoint: http://mas:8080
|
||||
|
||||
database:
|
||||
name: sqlite3
|
||||
args:
|
||||
@@ -46,9 +51,5 @@ rc_message:
|
||||
per_second: 0.5
|
||||
burst_count: 30
|
||||
|
||||
# Required for Element Call in Single Page Mode due to on-the-fly user registration
|
||||
enable_registration: true
|
||||
enable_registration_without_verification: true
|
||||
|
||||
report_stats: false
|
||||
serve_server_wellknown: true
|
||||
|
||||
Reference in New Issue
Block a user