Skip to content

Commit 98b6fe8

Browse files
authored
Merge pull request #1989 from Websoft9/update-consul-7a10e54f
Update consul
2 parents 49a587a + e6aa707 commit 98b6fe8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

apps/consul/.env

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
W9_REPO="hashicorp/consul"
22
W9_DIST='community'
3-
W9_VERSION='latest'
4-
W9_POWER_PASSWORD='hYtzr2lUe6R7L!yz'
3+
W9_VERSION='1.22'
4+
W9_POWER_PASSWORD='IFpSQvp6K!3KlubG'
55

66
# Environments which for user settings when create application
77
W9_HTTP_PORT_SET='9001'
8-
W9_DNS_TCP_PORT_SET=8600
9-
W9_DNS_UDP_PORT_SET=8600
8+
W9_DNS_TCP_PORT_SET='8600'
9+
W9_DNS_UDP_PORT_SET='8600'
1010

1111
#### -- Not allowed to edit below environments when recreate app based on existing data -- ####
1212
W9_ID='Consul'

apps/consul/variables.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{
99
"dist": "community",
1010
"version": [
11-
"1.21",
11+
"1.22",
1212
"latest"
1313
]
1414
}

0 commit comments

Comments
 (0)