Add missing publicUrl configuration for Dimension
Discussed in #282 (Github Issue).
This commit is contained in:
parent
fe98b5eae4
commit
721ca9b83f
|
@ -104,6 +104,12 @@ matrix_dimension_configuration_yaml: |
|
||||||
circleci: "mxc://t2bot.io/cf7d875845a82a6b21f5f66de78f6bee"
|
circleci: "mxc://t2bot.io/cf7d875845a82a6b21f5f66de78f6bee"
|
||||||
jira: "mxc://t2bot.io/f4a38ebcc4280ba5b950163ca3e7c329"
|
jira: "mxc://t2bot.io/f4a38ebcc4280ba5b950163ca3e7c329"
|
||||||
|
|
||||||
|
# Settings for how Dimension is represented to the public
|
||||||
|
dimension:
|
||||||
|
# This is where Dimension is accessible from clients. Be sure to set this
|
||||||
|
# to your own Dimension instance.
|
||||||
|
publicUrl: "https://{{ matrix_server_fqn_dimension }}"
|
||||||
|
|
||||||
# Settings for controlling how logging works
|
# Settings for controlling how logging works
|
||||||
logging:
|
logging:
|
||||||
file: /dev/null
|
file: /dev/null
|
||||||
|
|
Loading…
Reference in a new issue