eanderton / grapnel

A dependency management solution for the Go Programming Language.
20 stars 3 forks source link

Configuration File Support #4

Open eanderton opened 10 years ago

eanderton commented 10 years ago

The application needs a configuration file that can override default behaviors. This is key for supporting use in closed or restricted environments, like a DMZ. It will also help with automation, for CI on dedicated build infrastructure:

eanderton commented 10 years ago

Need to draft some kind of dependency rewrite 'middleware' that can cover these bases. Proxy support may also be needed.