Skip to content

[SECURITY/STABILITY] Move hardcoded secrets and config to environment variables #25

@adity0208

Description

@adity0208

While exploring the codebase, I noticed that the SECRET_KEY and several S3 configurations are currently hardcoded in app.py and Config.py. This poses a security risk and makes deployment difficult. I have prepared a fix to move these to a .env file using the existing python-dotenv dependency and have created a .env.example template for other developers.

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