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

Update install

This commit is contained in:
ericgaspar 2021-06-30 00:49:28 +02:00
parent 7f6940bce9
commit 481feb02c2
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -124,6 +124,10 @@ pushd $final_path/programs/server
ynh_use_nodejs
npm install -g inherits n
ynh_exec_as $app env $ynh_node_load_PATH npm install
export MONGO_URL='mongodb://$db_user:$db_pwdd@host:27017/$db_name'
export ROOT_URL='http://$domain'
#export MAIL_URL='smtp://user:password@mailhost:port/'
popd
#=================================================