File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ JAR and YAML files:
198198
199199` ` ` shell
200200java -XX:MinRAMPercentage=50 -XX:MaxRAMPercentage=80 \
201- -jar gateway-ha.jar gateway-config.yml
201+ -jar gateway-ha.jar gateway-ha- config.yml
202202` ` `
203203
204204# ## Helm <a name="helm"></a>
Original file line number Diff line number Diff line change @@ -139,12 +139,12 @@ The first arg `server` has been removed.
139139
140140Old config :
141141` ` ` bash
142- java -jar gateway-ha.jar server gateway-config.yml
142+ java -jar gateway-ha.jar server gateway-ha- config.yml
143143` ` `
144144
145145New config :
146146` ` ` bash
147- java -jar gateway-ha.jar gateway-config.yml
147+ java -jar gateway-ha.jar gateway-ha- config.yml
148148` ` `
149149
150150# ## Format of `extraWhitelistPaths`
You can’t perform that action at this time.
0 commit comments