Skip to content

Commit f96c300

Browse files
authored
Whitespace edit to force a fresh CI run
1 parent 1f0b5d4 commit f96c300

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ seqcli config set -k connection.serverUrl -v https://your-seq-server
1919
seqcli config set -k connection.apiKey -v your-api-key
2020
```
2121

22-
The API key will be stored in your `SeqCli.json` configuration file; on Windows, this is encrypted using DPAPI; on Mac/Linux the key is stored in plain text unless an encryptor is defined in `encryption.encryptor`. As an alternative to storing the server URL and API key in configuration, they can be passed to each command via the `--server=` and `--apikey=` arguments, or in the `SEQCLI_CONNECTION_SERVERURL` and `SEQCLI_CONNECTION_APIKEY` environment variables.
22+
The API key will be stored in your `SeqCli.json` configuration file; on Windows, this is encrypted using DPAPI; on Mac/Linux the key is stored in
23+
plain text unless an encryptor is defined in `encryption.encryptor`. As an alternative to storing the server URL and API key in configuration,
24+
they can be passed to each command via the `--server=` and `--apikey=` arguments, or in the `SEQCLI_CONNECTION_SERVERURL` and
25+
`SEQCLI_CONNECTION_APIKEY` environment variables.
2326

2427
`seqcli` is also available as a Docker container under [`datalust/seqcli`](https://store.docker.com/community/images/datalust/seqcli):
2528

0 commit comments

Comments
 (0)