Skip to content

Commit

Permalink
one more note
Browse files Browse the repository at this point in the history
  • Loading branch information
nplutt committed Jul 19, 2020
1 parent f2b4474 commit fa223fe
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 @@ -60,7 +60,7 @@ class Settings(BaseSettings):
class Config:
env_file = ".env"


# Don't forget to call decrypt_kms_secrets, if you don't the secrets will not be decrypted
settings = decrypt_kms_secrets(Settings())
```

Expand Down

0 comments on commit fa223fe

Please sign in to comment.