app-config icon indicating copy to clipboard operation
app-config copied to clipboard

Request for Enhanced Flexibility in Configuration Naming and Location

Open dec0dOS opened this issue 9 months ago • 0 comments

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:

config/
    some-dir/
        conf-name/
            conf-name.yml
            conf-name.schema.yml

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.

dec0dOS avatar Sep 18 '23 22:09 dec0dOS