You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately arbitrary config overrides when using -Dconfig.override_with_env_vars=true do not currently work for arrays. However there are discussions going on about how to encode arrays in environment variables and make this work: https://gitter.im/lightbend/config?at=5ce2dfa20ec37966a1a2051f
If I have a configuration
is it possible to replace the contents of the
addrs_of_service
array with an optional environment variable?(If and only if
${?ADDR_OF_SERVICE}
was defined and had the value"addr2_of_service"
, thenaddrs_of_service
would become["addr2_of_service"]
.)The text was updated successfully, but these errors were encountered: