mirror of
https://github.com/onyx-and-iris/xair-cli.git
synced 2026-02-26 08:19:11 +00:00
add example x32 .envrc
This commit is contained in:
parent
bc41de5668
commit
0dc097c49e
13
README.md
13
README.md
@ -32,7 +32,7 @@ xair-cli --host mixer.local --timeout 50ms --help
|
|||||||
|
|
||||||
Or you may load them from your environment:
|
Or you may load them from your environment:
|
||||||
|
|
||||||
Example .envrc:
|
Example xair .envrc:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
@ -43,6 +43,17 @@ export XAIR_CLI_TIMEOUT=100ms
|
|||||||
export XAIR_CLI_LOGLEVEL=warn
|
export XAIR_CLI_LOGLEVEL=warn
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Example x32 .envrc:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
export X32_CLI_HOST=x32.local
|
||||||
|
export X32_CLI_PORT=10023
|
||||||
|
export X32_CLI_TIMEOUT=100ms
|
||||||
|
export X32_CLI_LOGLEVEL=warn
|
||||||
|
```
|
||||||
|
|
||||||
### Use
|
### Use
|
||||||
|
|
||||||
```console
|
```console
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user