File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -25,19 +25,19 @@ logging:
25
25
` ` `
26
26
27
27
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`
30
30
* Operations API (`set_configuration`): `logging_rotation_enabled: false`
31
31
32
32
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>`
36
36
37
37
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`
41
41
42
42
_Note : Component configuration cannot be added or updated via CLI or ENV variables._
43
43
You can’t perform that action at this time.
0 commit comments