Skip to content

Clarify environment variable and .env configuration strategy #39

@Aaravanand00

Description

@Aaravanand00

Observation

The project partially supports environment variables:

  • PORT can be overridden via environment variable
  • python-dotenv is installed
  • load_dotenv() logic exists but is commented out

However, the intended configuration strategy is unclear:

  • Should .env be used for local development?
  • Are environment variables expected in production only?
  • Is dotenv intentionally disabled?

Proposal

Clarify the intended configuration approach by:

  • Documenting environment variable usage in README
  • Either enabling load_dotenv() for local dev
  • Or removing dotenv dependency if not intended to be used

Benefit

  • Clear configuration strategy
  • Less contributor confusion
  • Cleaner architecture direction

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions