1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jitsi_ynh.git synced 2024-09-03 19:35:57 +02:00

fix JVB_OPTS

This commit is contained in:
Kay0u 2020-12-16 12:20:38 +01:00
parent 29c9f38d3c
commit 805e8496fe
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

View file

@ -13,7 +13,7 @@ JVB_PORT=__PORT_COMPONENT__
JVB_SECRET=__VIDEOBRIDGE_SECRET__
# extra options to pass to the JVB daemon
JVB_OPTS="-apis=xmpp,rest"
JVB_OPTS="--apis=xmpp,rest"
# adds java system props that are passed to jvb (default are for home and logging config file)