mirror of
https://github.com/YunoHost-Apps/converse_ynh.git
synced 2024-09-03 18:25:53 +02:00
fix
This commit is contained in:
parent
24ebc5ff0b
commit
e710a6bc5f
2 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,7 @@ ynh_abort_if_errors
|
|||
domain=$YNH_APP_ARG_DOMAIN
|
||||
path_url=$YNH_APP_ARG_PATH
|
||||
is_public=$YNH_APP_ARG_IS_PUBLIC
|
||||
maindomain=$(yunohost domain main-domain)
|
||||
|
||||
app=$YNH_APP_INSTANCE_NAME
|
||||
|
||||
|
|
|
@ -52,6 +52,7 @@
|
|||
auto_away: 300,
|
||||
auto_reconnect: true,
|
||||
bosh_service_url: 'https://__DOMAIN____PATH__/http-bind',
|
||||
default_domain: '__MAINDOMAIN__',
|
||||
message_archiving: 'always',
|
||||
view_mode: 'fullscreen',
|
||||
assets_path: '/dist/',
|
||||
|
|
Loading…
Reference in a new issue