Skip to content

feat: Add environment variable management using python-dotenv#30

Open
Preetham123555 wants to merge 2 commits into
Pushkarini579:mainfrom
Preetham123555:fix/env-variable-management
Open

feat: Add environment variable management using python-dotenv#30
Preetham123555 wants to merge 2 commits into
Pushkarini579:mainfrom
Preetham123555:fix/env-variable-management

Conversation

@Preetham123555

Copy link
Copy Markdown

Closes #4

Changes Made

  • Installed python-dotenv
  • Replaced hardcoded os.environ["KMP_DUPLICATE_LIB_OK"] with load_dotenv()
  • Created .env.example file as a safe public template

Result

Config values now loaded from .env file instead of being hardcoded in code

@vercel

vercel Bot commented Jun 2, 2026

Copy link
Copy Markdown

@Preetham123555 is attempting to deploy a commit to the Pushkarini 's projects Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Backend] Environment Variable Management

1 participant