Skip to content

Commit c81ec1a

Browse files
lesnik512artur.shiriev
andauthored
allow extra keys to fix bug with initiating app settings with keys passed (#58)
Co-authored-by: artur.shiriev <[email protected]>
1 parent 20c1d5a commit c81ec1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

microbootstrap/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ class BaseServiceSettings(
4343
env_prefix=ENV_PREFIX,
4444
env_file_encoding="utf-8",
4545
populate_by_name=True,
46+
extra="allow",
4647
)
4748

4849

0 commit comments

Comments
 (0)