mirror of
https://github.com/YunoHost-Apps/kimai2_ynh.git
synced 2024-09-03 19:26:26 +02:00
Update .env
This commit is contained in:
parent
25762dbd11
commit
8cadc2a1b8
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ DATABASE_URL=mysql://__DB_USER__:__DB_PWD__@127.0.0.1:3306/__DB_NAME__?charset=u
|
|||
# Email will be sent with this address as sender:
|
||||
MAILER_FROM=admin@__DOMAIN__
|
||||
# Email connection (disabled by default) - see documentation for the format
|
||||
MAILER_URL="smtp://__APP__:__MAIL_PWD__@localhost:25?encryption=&auth_mode="
|
||||
MAILER_URL="smtp://__APP__:__MAIL_PWD__@127.0.0.1:25?encryption=&auth_mode="
|
||||
|
||||
#================================================================================
|
||||
# do not change, unless you are developing for Kimai
|
||||
|
|
Loading…
Add table
Reference in a new issue