-
Notifications
You must be signed in to change notification settings - Fork 6
Environment variables provider
Adrien LAUER edited this page Feb 23, 2017
·
1 revision
The system properties provider is implemented in org.seedstack.coffig.provider.EnvironmentProvider
. This provider will put all environment variables as top-level value nodes:
ENV_VAR_1: "..."
ENV_VAR_2: "..."
ENV_VAR_3: "..."
This provider can be used in conjunction with the prefix provider to put all environment variables under an "umbrella node" like env
.