Skip to content

feat: add env var substitution example to HOCON config templates#213

Open
ChrsBaur wants to merge 1 commit intomasterfrom
feature/95-hocon-env-vars
Open

feat: add env var substitution example to HOCON config templates#213
ChrsBaur wants to merge 1 commit intomasterfrom
feature/95-hocon-env-vars

Conversation

@ChrsBaur
Copy link
Copy Markdown
Contributor

@ChrsBaur ChrsBaur commented May 3, 2026

HOCON config templates now demonstrate environment variable substitution (closes #95): dev.conf and prod.conf include username: ${USERNAME}, and docker-compose.yml passes ENV and USERNAME environment variables to the container when config_file=hocon is selected.

 #95)

dev.conf and prod.conf now include username: ${USERNAME} to demonstrate
HOCON's environment variable substitution. docker-compose.yml passes ENV
and USERNAME into the container when config_file=hocon is chosen.
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