Skip to content

Support Spring Boot property conventions for API key configuration #1228

@alexheifetz

Description

@alexheifetz

Problem

Need to Configure API keys via application.yml with environment variable overrides

Use Case

Developers should be able to pull a repo and run it without configuration. Local defaults (e.g., dev API key pointing to a rate-limited gateway) live in application.yml; production credentials are injected via environment variables at deployment.

Proposed Solution

Support Spring Boot mechanism:

openai:
   api-key: ${OPENAI_API_KEY:sk-dev-key}

Metadata

Metadata

Assignees

Labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions