|
|
@@ -154,7 +154,7 @@ matrix_hookshot_jira_oauth_redirect_uri: "{{ matrix_hookshot_urlprefix }}{{ matr |
|
|
matrix_hookshot_generic_enabled: true |
|
|
matrix_hookshot_generic_enabled: true |
|
|
matrix_hookshot_generic_enableHttpGet: false # noqa var-naming |
|
|
matrix_hookshot_generic_enableHttpGet: false # noqa var-naming |
|
|
# Default value of matrix_hookshot_generic_endpoint: "/hookshot/webhooks" |
|
|
# Default value of matrix_hookshot_generic_endpoint: "/hookshot/webhooks" |
|
|
matrix_hookshot_generic_endpoint: "{{ matrix_hookshot_webhook_endpoint }}" |
|
|
|
|
|
|
|
|
matrix_hookshot_generic_endpoint: "{{ matrix_hookshot_webhook_endpoint }}/webhook" |
|
|
# urlprefix gets updated with protocol & port in group_vars/matrix_servers |
|
|
# urlprefix gets updated with protocol & port in group_vars/matrix_servers |
|
|
matrix_hookshot_generic_urlPrefix: "{{ matrix_hookshot_urlprefix }}{{ matrix_hookshot_generic_endpoint }}" # noqa var-naming |
|
|
matrix_hookshot_generic_urlPrefix: "{{ matrix_hookshot_urlprefix }}{{ matrix_hookshot_generic_endpoint }}" # noqa var-naming |
|
|
# If you're also using matrix-appservice-webhooks, take care that these prefixes don't overlap |
|
|
# If you're also using matrix-appservice-webhooks, take care that these prefixes don't overlap |
|
|
|