mirror of
https://github.com/wekan/wekan.git
synced 2026-02-08 09:24:20 +01:00
Removed MAIL-Vars for DEV, Add PATH to ENV
This commit is contained in:
parent
dbdb26a044
commit
03bea6e406
2 changed files with 2 additions and 3 deletions
|
|
@ -29,9 +29,6 @@ services:
|
|||
environment:
|
||||
- MONGO_URL=mongodb://wekandb-dev:27017/wekan
|
||||
- ROOT_URL=http://localhost:3000
|
||||
#- MAIL_URL=smtp://user:pass@mailserver.example.com:25/
|
||||
- MAIL_URL=smtp://<mail_url>:25/?ignoreTLS=true&tls={rejectUnauthorized:false}
|
||||
- MAIL_FROM=Wekan Notifications <noreply.wekan@mydomain.com>
|
||||
- WITH_API=true
|
||||
- RICHER_CARD_COMMENT_EDITOR=true
|
||||
- BROWSER_POLICY_ENABLED=true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue