1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cryptpad_ynh.git synced 2024-09-03 18:26:14 +02:00

correct a sile config

This commit is contained in:
frju365 2019-10-01 19:59:42 +02:00
parent f0a105e18c
commit e5797a2039
No known key found for this signature in database
GPG key ID: C892BE847FF5635A
2 changed files with 8 additions and 8 deletions

View file

@ -124,7 +124,7 @@ chown admin: -R $install_log
#=================================================
# Copy default configuration file
mv "$final_path/config.example.js" "$final_path/config.js"
mv "../conf/config.js" "$final_path/config.js"
ynh_replace_string "_domain = 'http://localhost:3000/'" "_domain = 'https://$domain$path_url'" "$final_path/config.js"
# Set service port
ynh_replace_string "__PORT__" "$port" "$final_path/config.js"