coopdevs / devenv

Simple script to create LXC development environments
8 stars 6 forks source link

Load first global conf and then project conf #43

Closed danypr92 closed 2 months ago

danypr92 commented 2 years ago

The global configuration is load after of the project configuration and the variables are overwritten:

Loading project configuration from "/path/to/yout/project/.devenv"
Loading system configuration from "/etc/devenv"

Now, the configurations are loaded in the correct order:

Loading system configuration from "/etc/devenv"
Loading project configuration from "/path/to/yout/project/.devenv"