Join Slack
Powered by
How can i pass properties to the conf file?
# ktor
b
bkenn
02/04/2018, 3:38 AM
How can i pass properties to the conf file?
o
orangy
02/04/2018, 10:06 AM
It’s HOCON, so for example you can use environment substitutions. Like e.g.
${PORT}
See docs for more details
https://github.com/lightbend/config/blob/master/HOCON.md
b
bkenn
02/04/2018, 2:40 PM
I see. Thank you for the info.
2
Views
Open in Slack
Previous
Next