File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -121,12 +121,12 @@ Here's an example of configuring multi-region failover with two proxies. A proxy
121
121
*Note:* Only bundles are supported for multi-region setups.
122
122
123
123
```sh
124
- cql-proxy --astra-bundle astra-region1-bundle.zip --username token --passowrd <astra-token> \
124
+ cql-proxy --astra-bundle astra-region1-bundle.zip --username token --password <astra-token> \
125
125
--bind 127.0.0.1:9042 --rpc-address 127.0.0.1 --data-center dc-1 --config proxy.yaml
126
126
```
127
127
128
128
```sh
129
- cql-proxy ---astra-bundle astra-region2-bundle.zip --username token --passowrd <astra-token> \
129
+ cql-proxy ---astra-bundle astra-region2-bundle.zip --username token --password <astra-token> \
130
130
--bind 127.0.0.2:9042 --rpc-address 127.0.0.2 --data-center dc-2 --config proxy.yaml
131
131
```
132
132
You can’t perform that action at this time.
0 commit comments