1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/traccar_ynh.git synced 2024-09-03 20:35:56 +02:00
This commit is contained in:
Éric Gaspar 2023-11-19 14:54:28 +01:00
parent 89c742f7e0
commit 49230f0600
2 changed files with 3 additions and 1 deletions

View file

@ -34,7 +34,7 @@
<entry key='mail.smtp.starttls.enable'>false</entry>
<entry key='mail.smtp.username'>__APP__</entry>
<entry key='mail.smtp.password'>__MAIL_PWD__</entry>
<entry key='mail.smtp.from'>__APP__@__DOMAIN__</entry>
<entry key='mail.smtp.from'>__APP__@__MAIN_DOMAIN__</entry>
<!--
<entry key='ldap.url'>ldap://127.0.0.1</entry>

View file

@ -9,6 +9,8 @@
source _common.sh
source /usr/share/yunohost/helpers
main_domain=$(cat /etc/yunohost/current_host)
#=================================================
# APP "BUILD" (DEPLOYING SOURCES, VENV, COMPILING ETC)
#=================================================