title | description | icon |
---|---|---|
Configurations |
gear |
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:
- Set your environment variables by exporting them directly to your environment:
export REDIS_HOST=localhost
- Setting them up in a
.env
file:
REDIS_HOST=localhost