Skip to content
This repository was archived by the owner on Dec 11, 2025. It is now read-only.

Handle app configuration in a more clean manner #282

@aarushik93

Description

@aarushik93

Currently, all of the config is scattered throughout the codebase. For example:

if settings.hosted and os.getenv("HOSTED_DEPLOYMENT") == "google": db_name, db_username = await create_cloud_db(repo)

We need to refactor this into config wrapper.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions