Skip to content

Add support for environment variables #64

@j-mueller

Description

@j-mueller

When working with docker images it is useful to be able to set some config values via environment variables.

The lightbend config library has a nice implementation of this for the JVM:

basedir = "/whatever/whatever"
basedir = ${?FORCED_BASEDIR}

in the .yaml will override the basedir value only if the variable is set.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions