Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions apps/jitsi/.env
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ W9_POWER_PASSWORD='DmIl1gkx!W7ok6Ph'

#### -- Not allowed to edit below environments when recreate app based on existing data -- ####
W9_ID='jitsi'
W9_HTTP_PORT_SET='9443'
W9_HTTPS_PORT_SET='9443'
W9_UDP_PORT_SET='10000'
W9_HTTPS_PORT=443
W9_URL=internet_ip:$W9_HTTP_PORT_SET
W9_URL=internet_ip:$W9_HTTPS_PORT_SET
W9_URL_REPLACE=true
W9_NETWORK=websoft9
#### --------------------------------------------------------------------------------------- ####
Expand Down
Loading