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 e17364c commit 0531323
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ Only environment variables in the `observium/.env` file with the `OBSERVIUM__` p

Add or overwrite Observium settings in the `observium/.env` file using the `OBSERVIUM__` prefix. Follow these mapping instructions:

| Expression | Description |
|---------------------------------|----------------------------------------------------------------------------------|
| `_` | Using a single underscore (`_`) will include an underscore in the key. |
| `__` | Using a double underscore (`__`) will add the value to an associative array |
| `___` | To represent a dash in the key, escape it using triple underscores (`___`). |
| `__0` | Using a double underscore with a number (`__0`) will add the value to sequential array at the indicated index. |
| Expression | Description |
|---------------------------------|---------------------------------------------------------------------------|
| `_` | Using a single underscore will include an underscore in the key. |
| `__` | Using a double underscore will add the value to an associative array |
| `___` | To represent a dash in the key, escape it using triple underscores. |
| `__0` | Using a double underscore with a number will add the value to sequential array at the indicated position. |

Refer to the example below:
``` env
Expand Down

0 comments on commit 0531323

Please sign in to comment.