1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/synapse-admin_ynh.git synced 2024-09-03 20:26:34 +02:00
This commit is contained in:
ericgaspar 2021-08-06 20:02:36 +02:00
parent a27dcdf287
commit 5ef4cd4460
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 3 additions and 3 deletions

View file

@ -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__

View file

@ -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
#=================================================