Fork me on GitHub
#immutant
<
2015-08-26
>
rauh02:08:34

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

rauh02:08:47

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?

ilshad16:08:24

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

ilshad16:08:20

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

rauh16:08:44

Thanks, I'll take a look.