Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve other properties #29

Open
jdiazcano opened this issue Oct 15, 2017 · 1 comment
Open

Resolve other properties #29

jdiazcano opened this issue Oct 15, 2017 · 1 comment
Labels

Comments

@jdiazcano
Copy link
Owner

Resolve other variables with some kind of syntax so you can just create a property based on another like test=a, ${test}hello -> ahello

@rocketraman
Copy link
Contributor

At least for environment variables, a workaround is to define the HOCON like this:

foo = abc
foo = ${?FOO}

This does the environment variable based override directly in the HOCON via typesafe config.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants