mirror of
https://github.com/onyx-and-iris/slobs-cli.git
synced 2025-06-27 15:20:24 +01:00
swap localhost for 127.0.0.1 in examples
This commit is contained in:
parent
51923dc8a8
commit
a8bed0f4d9
@ -51,7 +51,7 @@ The CLI should now be discoverable as `slobs-cli`
|
||||
Pass `--domain`, `--port` and `--token` as flags on the root command, for example:
|
||||
|
||||
```console
|
||||
slobs-cli --domain localhost --port 59650 --token <API token> --help
|
||||
slobs-cli --domain 127.0.0.1 --port 59650 --token <API token> --help
|
||||
```
|
||||
|
||||
#### Environment Variables
|
||||
@ -59,7 +59,7 @@ slobs-cli --domain localhost --port 59650 --token <API token> --help
|
||||
Load the following values from your environment:
|
||||
|
||||
```env
|
||||
SLOBS_DOMAIN=localhost
|
||||
SLOBS_DOMAIN=127.0.0.1
|
||||
SLOBS_PORT=59650
|
||||
SLOBS_TOKEN=<API Token>
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user