retoor ebde15dae1 feat: add env.py with environment variable loading and validation logic
Introduces a new env.py module that centralizes environment variable handling. The module loads configuration from a .env file using python-dotenv and validates required variables like DATABASE_URL and SECRET_KEY, raising clear errors for missing critical settings.
2024-12-04 20:36:32 +00:00

gists

Information I want to share with other people.

S
Description
Information I want to share with other people.
Readme
1.3 MiB
Languages
Python 86.7%
C 8.7%
HTML 2.8%
JavaScript 1.5%
Shell 0.3%