Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
na-stewart committed Jun 24, 2024
2 parents bf6c9d1 + 02363a1 commit 8841f09
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 @@ -107,7 +107,7 @@ You can also use the update() method like on regular dictionaries.
Any environment variables defined with the SANIC_SECURITY_ prefix will be applied to the config. For example, setting
SANIC_SECURITY_SECRET will be loaded by the application automatically and fed into the SECRET config variable.

You can load environment variables with a different prefix via calling the `config.load_environment_variables("NEW_PREFIX_")` method.
You can load environment variables with a different prefix via `config.load_environment_variables("NEW_PREFIX_")` method.

* Default configuration values:

Expand Down

0 comments on commit 8841f09

Please sign in to comment.