At present, it seems that the path and the configuration name are hardcoded (.app-config). It appears that the most suitable solution would be to provide a method for users to customize the location and name of the configuration through environment variables, such as CONFIG_DIR and CONFIG_NAME. Your consideration of this enhancement would be greatly appreciated.
Hello! I want to express my gratitude for your amazing project – it's exactly what I've been searching for all this time!
However, I've noticed that the
app-config
doesn't appear to be as flexible as I initially thought.I need to utilize the following structure for the configuration files:
At present, it seems that the path and the configuration name are hardcoded (
.app-config
). It appears that the most suitable solution would be to provide a method for users to customize the location and name of the configuration through environment variables, such asCONFIG_DIR
andCONFIG_NAME
. Your consideration of this enhancement would be greatly appreciated.