Skip to content

Commit 1fab8ad

Browse files
willshenmosabua
authored andcommitted
Use consistent config file name
1 parent a54cb14 commit 1fab8ad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ JAR and YAML files:
198198

199199
```shell
200200
java -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>

docs/migration-to-airlift.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,12 @@ The first arg `server` has been removed.
139139

140140
Old 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

145145
New 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`

0 commit comments

Comments
 (0)