Skip to content

Support inline env variable substitution in rivet config #16

@zfarrell

Description

@zfarrell

Modify the config loader in src/config/mod.rs to support inline environment variable substitution in TOML config files (e.g., password = "${DB_PASSWORD}").

Expected Behavior

Config file:

  [catalog]
  type = "postgres"
  password = "${DB_PASSWORD}"

With DB_PASSWORD=secret in environment → password resolves to "secret"

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions