Don't make it Dimension specific

This commit is contained in:
Aaron Raimist
2019-12-09 22:23:56 -06:00
parent 5366aef0da
commit 2ea507e2ea
3 changed files with 9 additions and 3 deletions

View File

@ -31,6 +31,9 @@ matrix_homeserver_url: "https://{{ matrix_server_fqn_matrix }}"
matrix_identity_server_url: ~
matrix_integration_manager_rest_url: ~
matrix_integration_manager_ui_url: ~
# The Docker network that all services would be put into
matrix_docker_network: "matrix"