Interface SystemVariableResolver
public interface SystemVariableResolver
Substitutes environment variables into config values, so secrets such as tokens and
database passwords need not be written into the files.
-
Method Summary
Modifier and TypeMethodDescriptionsubstituteEnvVars(String text) Replaces every environment variable reference in the text with its value.
-
Method Details
-
substituteEnvVars
-