Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle app configuration in a more clean manner #282

Open
aarushik93 opened this issue Jun 7, 2024 · 0 comments
Open

Handle app configuration in a more clean manner #282

aarushik93 opened this issue Jun 7, 2024 · 0 comments
Labels
coding ability: medium estimated coding ability needed good first issue Good for newcomers

Comments

@aarushik93
Copy link
Contributor

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.

@aarushik93 aarushik93 added good first issue Good for newcomers coding ability: medium estimated coding ability needed labels Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
coding ability: medium estimated coding ability needed good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant