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:

  1. Set your environment variables by exporting them directly to your environment:
export REDIS_HOST=localhost
  1. Setting them up in a .env file:
REDIS_HOST=localhost

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:

  1. Set your environment variables by exporting them directly to your environment:
export REDIS_HOST=localhost
  1. Setting them up in a .env file:
REDIS_HOST=localhost