1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/linkstack_ynh.git synced 2024-09-03 19:36:14 +02:00
This commit is contained in:
Tagadda 2023-05-06 22:24:21 +00:00
parent 6a80fdf2fa
commit 2344c607dd

View file

@ -73,7 +73,8 @@ popd
ynh_secure_remove $install_dir/INSTALLING
ynh_write_var_in_file --file="$install_dir/.env" --key="APP_DEBUG" --value="false"
ynh_write_var_in_file --file="$install_dir/.env" --key="APP_ENV" --value="production"
ynh_write_var_in_file --file="$install_dir/.env" --key="NOTIFY_UPDATES" --value="true"
ynh_write_var_in_file --file="$install_dir/.env" --key="NOTIFY_UPDATES" --value="false"
ynh_write_var_in_file --file="$install_dir/.env" --key="NOTIFY_EVENTS" --value="false"
#=================================================
# END OF SCRIPT