@halo I would like to have a more advanced configuration for domains that respects the environment.
Something like:
"domains": {
"staging": "staging.domain.de",
"production": "app.domain.de"
},
application name do
domains node[:app_name][:domains][node[:environment]]
end
@halo I would like to have a more advanced configuration for domains that respects the environment.
Something like: