Multi Process Configuration
- by user200937
Hi,
I have a product built out of multiple processes. Each process uses internally commons configuration.
Does anyone have an idea how to manage the config? I.e. we do not want to duplicate variables so each process will be able to read them.
Additionally, DB solution is no good, as we do not want to be dependent on DB for something like configuration.
Thanks
Yair