We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 49a587a + e6aa707 commit 98b6fe8Copy full SHA for 98b6fe8
apps/consul/.env
@@ -1,12 +1,12 @@
1
W9_REPO="hashicorp/consul"
2
W9_DIST='community'
3
-W9_VERSION='latest'
4
-W9_POWER_PASSWORD='hYtzr2lUe6R7L!yz'
+W9_VERSION='1.22'
+W9_POWER_PASSWORD='IFpSQvp6K!3KlubG'
5
6
# Environments which for user settings when create application
7
W9_HTTP_PORT_SET='9001'
8
-W9_DNS_TCP_PORT_SET=8600
9
-W9_DNS_UDP_PORT_SET=8600
+W9_DNS_TCP_PORT_SET='8600'
+W9_DNS_UDP_PORT_SET='8600'
10
11
#### -- Not allowed to edit below environments when recreate app based on existing data -- ####
12
W9_ID='Consul'
apps/consul/variables.json
@@ -8,7 +8,7 @@
{
"dist": "community",
"version": [
- "1.21",
+ "1.22",
"latest"
13
]
14
}
0 commit comments