1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wekan_ynh.git synced 2024-09-03 20:36:09 +02:00

update mail url

This commit is contained in:
yalh76 2019-03-07 11:52:49 +01:00
parent c6fd2bf9af
commit 47225aa0b5

View file

@ -14,7 +14,7 @@ MONGO_URL=mongodb://127.0.0.1:27017/__DB_NAME__
ROOT_URL=https://__DOMAIN_URI__
# Mail URL
MAIL_URL='smtp://localhost:25/'
MAIL_URL=smtp://localhost
# This is local port where Wekan Node.js runs
PORT=__PORT__