Skip to content

Commit

Permalink
Updated the release_notes.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
winmorre committed Nov 28, 2022
1 parent 990e0cf commit ac45613
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/en/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,13 +275,13 @@ With `merge_enabled` the ending `settings.server` will be
```python
{"port": 8888, "address": "server.com"}
```
otherwise it will be only what is specified in the latest loaded file. read more about [merging strategies](/docs/en/docs/merging.mdng.md)
otherwise it will be only what is specified in the latest loaded file. read more about [merging strategies](/docs/en/docs/merging.md)

---

### **nested_separator**

One of the [merging strategies](/docs/en/docs/merging.mdng.md) is the use of `__` to access nested level data structures. By default the separator is `__` (double underline), this variable allows you to change that.
One of the [merging strategies](/docs/en/docs/merging.md) is the use of `__` to access nested level data structures. By default the separator is `__` (double underline), this variable allows you to change that.

!!! warning
Choose something that is suitable for env vars, usually you don't need to change this variable.
Expand Down
2 changes: 1 addition & 1 deletion docs/en/docs/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ settings = Dynaconf(**options)

and then in your program you do `from project.config import settings` instead of `from dynaconf import settings`.

The `**options` are any of the [dynaconf config options](/docs/en/docs/configuration.mdon.md)
The `**options` are any of the [dynaconf config options](/docs/en/docs/configuration.md)

ex:

Expand Down

0 comments on commit ac45613

Please sign in to comment.