Hi all,
I'd like to announce v.0.1 of snaplet-environments which gives you
ability to switch config values of your app based on "environment"
you
want to run it in.
Ex. You would want to have "development" environment for local work,
"production" for production and "test" maybe for selenium tests.
With snaplet-environments you can easly switch between for ex.
database
names for those different environments and so on..
More info and simple tutorial at:
https://github.com/kamilc/Snaplet-Environments
Package at hackage at:
http://hackage.haskell.org/package/snaplet-environments-0.1
Regards