Skip to content
This repository was archived by the owner on Mar 1, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 583 Bytes

File metadata and controls

23 lines (16 loc) · 583 Bytes
title Configurations
description
icon 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:

  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