We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3cd1b02 + 7eb3110 commit e5c96e0Copy full SHA for e5c96e0
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