Skip to content
Snippets Groups Projects
Verified Commit 6f8927a0 authored by David Mehren's avatar David Mehren
Browse files

Add experimental config options

parent 2c6d1230
Branches
No related tags found
No related merge requests found
Pipeline #261241 passed
......@@ -14,6 +14,11 @@ matrix:
secret: "{{ matrix_authentication_service_homeserver_secret }}"
endpoint: "{{ matrix_authentication_service_homeserver_endpoint }}"
{% if matrix_authentication_service_config_experimental | default({}) | length > 0 %}
experimental:
{{ matrix_authentication_service_config_experimental | to_nice_yaml | indent(2, true) }}
{% endif %}
http:
public_base: "{{ matrix_authentication_service_http_public_base }}"
issuer: "{{ matrix_authentication_service_http_public_base }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment