Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
trick77 committed Dec 29, 2023
1 parent 061100f commit cc251e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Add or overwrite Observium settings in the `observium/.env` file using the `OBSE

- Using a single underscore (`_`) will include an underscore in the key (e.g., `OBSERVIUM__enable_bgp=0`).
- Using a double underscore (`__`) will add the value to an associative array with the given key.
- Using a double underscore with a number (`__0`) will add the value to an indexed/sequential array.
- Using a double underscore with a number (`__0`) will add the value to an indexed/sequential array at the indicated index.
- Dashes cannot be used in environment variables. To represent a dash in the key, escape it using triple underscores (`___`).

Refer to the example below:
Expand Down

0 comments on commit cc251e9

Please sign in to comment.