1
0
Fork 0
This repository has been archived on 2023-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
fedihub-ansible/roles/matrix/templates/static/config.json

8 lines
202 B
JSON

{
"access_token": "{{ matrix__static__access_token }}",
"device_id": "guest_device",
"home_server": "{{ matrix__base_url }}",
"refresh_token": "",
"user_id": "{{ matrix__static__user_id }}"
}