mirror of
https://github.com/YunoHost-Apps/synapse-admin_ynh.git
synced 2024-09-03 20:26:34 +02:00
Fix
This commit is contained in:
parent
a27dcdf287
commit
5ef4cd4460
2 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
# If you set this setting, the user will not be able to select
|
# If you set this setting, the user will not be able to select
|
||||||
# the server and have to use synapse-admin with this server.
|
# 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
|
#Define the port to avoid collisions on port 3000
|
||||||
PORT=9090
|
PORT=__PORT__
|
||||||
|
|
|
@ -23,7 +23,7 @@ ynh_abort_if_errors
|
||||||
domain=$YNH_APP_ARG_DOMAIN
|
domain=$YNH_APP_ARG_DOMAIN
|
||||||
path_url="/"
|
path_url="/"
|
||||||
is_public=$YNH_APP_ARG_IS_PUBLIC
|
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
|
app=$YNH_APP_INSTANCE_NAME
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue