Skip to content

fix: preserve env var key casing and show the env vars on the UI#65

Merged
skylenet merged 2 commits into
masterfrom
fix-env
Feb 12, 2026
Merged

fix: preserve env var key casing and show the env vars on the UI#65
skylenet merged 2 commits into
masterfrom
fix-env

Conversation

@skylenet
Copy link
Copy Markdown
Member

No description provided.

Viper lowercases all map keys internally, causing uppercase environment
variable keys (e.g. MAX_REORG_DEPTH) to become lowercase in both the
output config.json and Docker container environment. Re-parse the raw
YAML with gopkg.in/yaml.v3 after Viper unmarshal to restore the
original casing of client instance environment maps.
@skylenet skylenet merged commit 5af4e44 into master Feb 12, 2026
4 checks passed
@skylenet skylenet deleted the fix-env branch February 12, 2026 11:45
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.

1 participant