I am wondering How can I pass Environment setting ...
# http4k
m
I am wondering How can I pass Environment setting to a http4k application using gadlew?
btw How can I switch to Environment.defaults() if no env has been provided? I mean something similar to Spring Boot properties app.foo=${BAR_ENV:foo}
d
You need to provide an Environment. There are functions on the companion object to give you these
(Environment.ENV imwill pick up from the local environment)