Skip to content

Commit 53b8086

Browse files
niceup formatting of documentation
1 parent 0b943dc commit 53b8086

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • docs/automate/cmemc-command-line-interface/configuration

docs/automate/cmemc-command-line-interface/configuration/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,12 @@ In order to work with cmemc, you have to configure it according to your needs.
4545

4646
1. **Named connection section** — When you run cmemc with a specific connection (e.g. `-c my-connection`), all keys from the corresponding `[my-connection]` section are used.
4747
This takes full precedence, including over OS environment variables, so you can define self-contained, reproducible connection profiles that are not affected by your shell environment.
48-
Keys not defined in [my-connection] fall back to `[DEFAULT]`.
4948

5049
2. **Environment variables** — If a key is set as an [environment variable](environment-based-configuration/index.md) and no named connection section is active, the environment variable value is used.
5150

5251
3. **`[DEFAULT]` section** — The `[DEFAULT]` section in [`cmemc.ini`](file-based-configuration/index.md) acts as a fallback for all connections.
5352
Its values are ignored if the same key is already set as an environment variable.
5453
Keys present in the `[DEFAULT]` section but absent from the named connection section still apply as a fallback.
5554

56-
4. **Command specific environment variables** — Command-specific variables (e.g. CMEMC_GRAPH_LIST_ID_ONLY) are never overridden or cleared when switching connections.
55+
4. **Command specific environment variables** — Command-specific variables (e.g. `CMEMC_GRAPH_LIST_ID_ONLY`) are never overridden or cleared when switching connections.
5756
They apply regardless of whether -c is active, from either the config file or the environment.

0 commit comments

Comments
 (0)