mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-07 08:02:30 +00:00
9 lines
147 B
Plaintext
9 lines
147 B
Plaintext
|
{
|
||
|
"m.homeserver": {
|
||
|
"base_url": "{{ matrix_homeserver_url }}"
|
||
|
},
|
||
|
"m.identity_server": {
|
||
|
"base_url": "{{ matrix_identity_server_url }}"
|
||
|
}
|
||
|
}
|