mirror of
https://github.com/YunoHost-Apps/traccar_ynh.git
synced 2024-09-03 20:35:56 +02:00
fix
This commit is contained in:
parent
89c742f7e0
commit
49230f0600
2 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -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)
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue