mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-07 07:51:38 +01:00
chore: Allow configuring a separate mail domain
This commit is contained in:
committed by
Dominik Kaminski
parent
b9ac5ecf2d
commit
4a2801c8a0
@@ -77,6 +77,20 @@ or via environment variable
|
||||
export DOMAIN=my.open.desk
|
||||
```
|
||||
|
||||
If the mail domain differs from the domain, the mail
|
||||
domain has to be set either via `dev` environment
|
||||
|
||||
```yaml
|
||||
global:
|
||||
mail_domain: "open.desk"
|
||||
```
|
||||
|
||||
or via environment variable
|
||||
|
||||
```shell
|
||||
export MAIL_DOMAIN=open.desk
|
||||
```
|
||||
|
||||
### Apps
|
||||
|
||||
All available apps and their default value can be found in `helmfile/environments/default/workplace.yaml`.
|
||||
|
||||
Reference in New Issue
Block a user