swap localhost for 127.0.0.1 in examples

This commit is contained in:
onyx-and-iris 2025-06-11 19:02:29 +01:00
parent 51923dc8a8
commit a8bed0f4d9

View File

@ -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: Pass `--domain`, `--port` and `--token` as flags on the root command, for example:
```console ```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 #### Environment Variables
@ -59,7 +59,7 @@ slobs-cli --domain localhost --port 59650 --token <API token> --help
Load the following values from your environment: Load the following values from your environment:
```env ```env
SLOBS_DOMAIN=localhost SLOBS_DOMAIN=127.0.0.1
SLOBS_PORT=59650 SLOBS_PORT=59650
SLOBS_TOKEN=<API Token> SLOBS_TOKEN=<API Token>
``` ```