Wyvern’s configuration setting integrates with your environment variables or .env file automatically.
Check out the list of configurations from wyvern’s Settings class.
There are two ways to configure Wyvern’s settings:
export REDIS_HOST=localhost
.env
REDIS_HOST=localhost
Was this page helpful?