We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89d2ef7 commit 7eb3110Copy full SHA for 7eb3110
1 file changed
apps/jitsi/.env
@@ -6,11 +6,10 @@ W9_POWER_PASSWORD='DmIl1gkx!W7ok6Ph'
6
7
#### -- Not allowed to edit below environments when recreate app based on existing data -- ####
8
W9_ID='jitsi'
9
-W9_HTTP_PORT_SET='9443'
10
W9_HTTPS_PORT_SET='9443'
11
W9_UDP_PORT_SET='10000'
12
W9_HTTPS_PORT=443
13
-W9_URL=internet_ip:$W9_HTTP_PORT_SET
+W9_URL=internet_ip:$W9_HTTPS_PORT_SET
14
W9_URL_REPLACE=true
15
W9_NETWORK=websoft9
16
#### --------------------------------------------------------------------------------------- ####
0 commit comments