Skip to content

feat: make backend configurable via environment variables #185

@alikhere

Description

@alikhere
  • Every configurable value in the Flask backend is currently hardcoded in main.py — host, port, debug mode, CORS origins, and output directory. This means any environment change requires modifying source code directly.
  • Adding os.environ.get() calls with sensible defaults and a documented gdbui_server/.env.example would make the backend configurable without touching code, consistent with how most Flask projects handle config.

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