Skip to content

feat: inject environment variables from config.json#60

Open
buuzzy wants to merge 1 commit into
workany-ai:devfrom
buuzzy:feat/config-env-injection
Open

feat: inject environment variables from config.json#60
buuzzy wants to merge 1 commit into
workany-ai:devfrom
buuzzy:feat/config-env-injection

Conversation

@buuzzy

@buuzzy buuzzy commented Apr 17, 2026

Copy link
Copy Markdown

New env field in config.json for injecting environment variables at startup:

{ "env": { "MY_API_KEY": "sk-xxx" } }

Supports ${VAR} template syntax resolved from process.env. Only injects if not already set. Avoids modifying .env files.

New env field in config.json for custom environment variables.
Supports template syntax resolved from process.env.
Only injects if the variable is not already set.
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