diff --git a/conf/.env b/conf/.env index c3e1c0f..3738711 100644 --- a/conf/.env +++ b/conf/.env @@ -2,7 +2,7 @@ # If you set this setting, the user will not be able to select # the server and have to use synapse-admin with this server. -REACT_APP_SERVER=https://__SYNAPSE_DOMAIN__ +#REACT_APP_SERVER=https:// #Define the port to avoid collisions on port 3000 -PORT=9090 +PORT=__PORT__ diff --git a/scripts/install b/scripts/install index 6cee0d4..5f700a2 100644 --- a/scripts/install +++ b/scripts/install @@ -23,7 +23,7 @@ ynh_abort_if_errors domain=$YNH_APP_ARG_DOMAIN path_url="/" is_public=$YNH_APP_ARG_IS_PUBLIC -synapse_domain=$(yunohost app setting synapse domain) +#synapse_domain=$(yunohost app setting synapse domain) app=$YNH_APP_INSTANCE_NAME #=================================================