immutant

http://immutant.org Note: dev discussion happens in #immutant on FreeNode IRC.
rauh 2015-08-26T02:03:34.000003Z

How do people configure their applications when deploying them to Wildfly?

rauh 2015-08-26T02:04:47.000005Z

What should I use in my code? Just (io/resource ...)? Or is there some kind of API I should call or more powerful configuration management?

ilshad 2015-08-26T16:28:24.000006Z

@rauh environ library works well for us with WildFly deployments. https://github.com/weavejester/environ

ilshad 2015-08-26T16:29:20.000008Z

passing from env variables or even (sometimes) using web-based management console

rauh 2015-08-26T16:31:44.000009Z

Thanks, I'll take a look.

rauh 2015-08-26T16:31:50.000010Z

@ilshad: ^