Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing config options #694

Merged
merged 1 commit into from
Mar 28, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion deploy/services-demo/conf/brig.demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,17 @@ emailSMS:
templateDir: resources/templates
emailSender: backend-demo@mail.wiredemo.example.com
smsSender: "<insert-sender-number-here>"

templateBranding:
brand: Wire
brandUrl: https://wire.com
brandLabelUrl: wire.com # This is the text in the label for the above URL
brandLogoUrl: https://wire.com/p/img/email/logo-email-black.png
brandService: Wire Service Provider
copyright: © WIRE SWISS GmbH
misuse: misuse@wire.com
legal: https://wire.com/legal/
forgot: https://wire.com/forgot/
support: https://support.wire.com/
user:
activationUrl: http://127.0.0.1:8080/activate?key=${key}&code=${code}
smsActivationUrl: http://127.0.0.1:8080/v/${code}
Expand Down