Configuration
Configuration options for this package.
Overview
Section titled “Overview”How configuration is loaded and injected.
Basic Example
Section titled “Basic Example”# config setupOptions
Section titled “Options”| Option | Type | Default | Description |
|---|---|---|---|
option_name | str | "value" | what it does |
Environment Variables
Section titled “Environment Variables”| Variable | Description |
|---|---|
APP_OPTION | description |
Best Practices
Section titled “Best Practices”- keep config minimal
- prefer environment variables
- avoid hardcoding secrets