Sorry, cant find contact to write PM
As i understand the one file for one environment
But is it possible to load multiple file in default enviroment?
if I use:
from config2.config import config
config.values
it return values from all enviroment but this is not able with using dict keys as method
is it possible?
thanks