Skip to content

Commit 0b2936a

Browse files
Expand the config naming conventions section
1 parent fd0bff5 commit 0b2936a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/deployments/configuration.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@ logging:
2525
```
2626
2727
You could apply this change using:
28-
* Environment variables: `LOGGING_ROTATION_ENABLED=false`
29-
* Command line variables: `--LOGGING_ROTATION_ENABLED false`
28+
* Environment variable: `LOGGING_ROTATION_ENABLED=false`
29+
* Command line variable: `--LOGGING_ROTATION_ENABLED false`
3030
* Operations API (`set_configuration`): `logging_rotation_enabled: false`
3131

3232
To change the `port` in the `http` section, use:
33-
* Environment variables: `HTTP_PORT=<port>`
34-
* Command line variables: `--HTTP_PORT <port>`
35-
* Operations API: `http_port: <port>`
33+
* Environment variable: `HTTP_PORT=<port>`
34+
* Command line variable: `--HTTP_PORT <port>`
35+
* Operations API (`set_configuration`): `http_port: <port>`
3636

3737
To set the `operationsApi,network.port` to `9925`, use:
38-
* Environment variables: `OPERATIONSAPI_NETWORK_PORT=9925`
39-
* Command line variables: `--OPERATIONSAPI_NETWORK_PORT 9925`
40-
* Calling `set_configuration` through the API: `operationsApi_network_port: 9925`
38+
* Environment variable: `OPERATIONSAPI_NETWORK_PORT=9925`
39+
* Command line variable: `--OPERATIONSAPI_NETWORK_PORT 9925`
40+
* Operations API (`set_configuration`): `operationsApi_network_port: 9925`
4141

4242
_Note: Component configuration cannot be added or updated via CLI or ENV variables._
4343

0 commit comments

Comments
 (0)