Skip to content

add config app#119

Merged
raghavm243512 merged 4 commits into
mainfrom
pr/config_app
May 19, 2026
Merged

add config app#119
raghavm243512 merged 4 commits into
mainfrom
pr/config_app

Conversation

@raghavm243512
Copy link
Copy Markdown
Collaborator

@raghavm243512 raghavm243512 commented May 15, 2026

add config app to manage ever growing environment variables
As we grow the .env.example, just need to

  1. place them in the right section
  2. tag with a couple metadata comments

Regular comments are still supported in the .env.example file

Core logic:
Read the .env.example as a schema to define expected variables, datatypes, & organization.
Read the .env for existing values, and fill them in

few different options to save, view, copy etc the generated env

use streamlit run apps/config_editor.py

@raghavm243512 raghavm243512 mentioned this pull request May 18, 2026
Comment thread apps/config_io.py Outdated
Comment thread apps/config_editor.py Outdated
@raghavm243512 raghavm243512 added this pull request to the merge queue May 19, 2026
Merged via the queue into main with commit 66ac2d9 May 19, 2026
1 check passed
@raghavm243512 raghavm243512 deleted the pr/config_app branch May 19, 2026 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants