Re: Organize env using files

2019-04-22 Thread Rafi Aroch
Hi, If it helps, we're using Lightbend's Config for that: * https://github.com/lightbend/config * https://www.stubbornjava.com/posts/environment-aware-configuration-with-typesafe-config Thanks, Rafi On Wed, Apr 17, 2019 at 7:07 AM Andy Hoang wrote: > I have 3 different files for env: test, s

Organize env using files

2019-04-16 Thread Andy Hoang
I have 3 different files for env: test, staging and production. Each of those has different parameters like: kafka host, endpoint urls, redis connection host… I read about `https://ci.apache.org/projects/flink/flink-docs-stable/dev/best_practices.html#register-the-parameters-globally`