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

[Feature Request] Enhanced Config Management with Environment Variables #3

Open
justinh-rahb opened this issue Aug 21, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@justinh-rahb
Copy link
Collaborator

🚀 Feature Request: Enhanced Config Management with Environment Variables

Description: Implement a more flexible and secure configuration management system that utilizes environment variables.

Problem Statement: The current configuration system lacks the ability to dynamically adapt to different environments. Using environment variables can offer a more flexible way to manage configurations across different deployments.

Proposed Solution:

  • Provide options to set some config.py variables via environment variables.
  • Load values from an .env file if present.
  • Set config.py values from environment variables.

Benefits:

  • Increased flexibility in configuration management.
  • Enhanced security by not storing sensitive data directly in the config.py.

Additional Context: Leveraging environment variables is a widely adopted practice for application configuration, particularly in cloud-native deployments.

@justinh-rahb justinh-rahb added the enhancement New feature or request label Aug 21, 2023
@justinh-rahb justinh-rahb self-assigned this Aug 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant