Closed sandy-adi closed 6 years ago
gradle -Penv=local run
You can set the environment by using JVM args: -Darchaius.deployment.environment=test
More details on Archaius here: https://github.com/Netflix/archaius/wiki/Deployment-context
You can also add it to the build.gradle: https://github.com/Netflix/zuul/blob/2.1/zuul-sample/build.gradle#L16
Thanks @JacobJohansen & @artgon
How do you set the deployment context for zuul? I see that you can have a environment specific configuration properties
I tried environment variable and that did not work.
PS: Have you guys considered having a gitter chat or a slack channel for answering questions? It feels weird to use github issues for questions.