Skip to content

Commit

Permalink
doc: Add explicit Dynaconf instantiation to sample code (#1022)
Browse files Browse the repository at this point in the history
* Added explicit Dynaconf instantiation on `merging.md` code sample (fix #1004)

---------

Co-authored-by: Pedro Brochado <pedropsb95@gmail.com>
  • Loading branch information
limeiralucas and pedro-psb authored Nov 19, 2023
1 parent be2e572 commit 39dba39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/merging.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ password = 9999
So with the above eg, the values will be:

```python
settings = Dynaconf(settings_files=["settings.toml", ".secrets.toml"])
settings.COLORS == ["pink"]
settings.PARAMETERS == {"enabled": False}
settings.PASSWORD == 9999
Expand Down

0 comments on commit 39dba39

Please sign in to comment.