mirror of
https://github.com/onyx-and-iris/xair-cli.git
synced 2026-02-26 08:19:11 +00:00
fix .envrc example
This commit is contained in:
parent
3ed0560d08
commit
f3ad0de7db
10
README.md
10
README.md
@ -32,11 +32,11 @@ Example .envrc:
|
|||||||
```bash
|
```bash
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
XAIR_CLI_HOST=mixer.local
|
export XAIR_CLI_HOST=mixer.local
|
||||||
XAIR_CLI_PORT=10024
|
export XAIR_CLI_PORT=10024
|
||||||
XAIR_CLI_KIND=xair
|
export XAIR_CLI_KIND=xair
|
||||||
XAIR_CLI_TIMEOUT=100ms
|
export XAIR_CLI_TIMEOUT=100ms
|
||||||
XAIR_CLI_LOGLEVEL=warn
|
export XAIR_CLI_LOGLEVEL=warn
|
||||||
```
|
```
|
||||||
|
|
||||||
### Use
|
### Use
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user