#2526 [ANN] IoC Config 1.1

SlimerDude Sat 9 Apr 2016

IoC Config 1.1 Released!

IoC Config is an IoC library for providing injectable config values.

fanr install -r http://eggbox.fantomfactory.org/fanr/ afIocConfig

Config values are essentially constants, but their value may be overridden on registry startup.

This makes them great for use by 3rd party libraries. The libraries can set sensible default values, and applications may then optionally override them.

IoC Config also grabs values from environment variables and .props files. It even provides environmental overrides allowing your test server to run with different configuration than your dev, or prod server!

IoC Config

Read more...

Have fun!

Login or Signup to reply.