Rebrand various CI scripts and modules
This replaces Riot with Element in various CI scripts, modules, parameters, etc. This _should_ be the last major rebranding pass (hopefully). Fixes https://github.com/vector-im/element-web/issues/14894
This commit is contained in:
parent
675a4b0816
commit
1fda735222
22 changed files with 78 additions and 79 deletions
|
@ -875,8 +875,8 @@ password_config:
|
|||
|
||||
|
||||
# Enable sending emails for notification events
|
||||
# Defining a custom URL for Riot is only needed if email notifications
|
||||
# should contain links to a self-hosted installation of Riot; when set
|
||||
# Defining a custom URL for Element is only needed if email notifications
|
||||
# should contain links to a self-hosted installation of Element; when set
|
||||
# the "app_name" setting is ignored.
|
||||
#
|
||||
# If your SMTP server requires authentication, the optional smtp_user &
|
||||
|
@ -897,7 +897,7 @@ email:
|
|||
notif_template_html: notif_mail.html
|
||||
notif_template_text: notif_mail.txt
|
||||
notif_for_new_users: True
|
||||
riot_base_url: "http://localhost/riot"
|
||||
client_base_url: "http://localhost/element"
|
||||
|
||||
|
||||
#password_providers:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue