Skip to content
Merged
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions apps/consul/.env
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
W9_REPO="hashicorp/consul"
W9_DIST='community'
W9_VERSION='latest'
W9_POWER_PASSWORD='hYtzr2lUe6R7L!yz'
W9_VERSION='1.22'
W9_POWER_PASSWORD='IFpSQvp6K!3KlubG'

# Environments which for user settings when create application
W9_HTTP_PORT_SET='9001'
W9_DNS_TCP_PORT_SET=8600
W9_DNS_UDP_PORT_SET=8600
W9_DNS_TCP_PORT_SET='8600'
W9_DNS_UDP_PORT_SET='8600'

#### -- Not allowed to edit below environments when recreate app based on existing data -- ####
W9_ID='Consul'
Expand Down
2 changes: 1 addition & 1 deletion apps/consul/variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{
"dist": "community",
"version": [
"1.21",
"1.22",
"latest"
]
}
Expand Down