Fork me on GitHub
#leiningen
<
2022-07-29
>
mbarillier16:07:25

is there a way to specify environment variables to set in the underlying jvm process from leiningen's project.clj? e.g. STUPID_EXAMPLE=foo so that (System/getenv "STUPID_EXAMPLE") does the right thing?

mikerod16:07:11

I've seen it attempted with https://github.com/athos/lein-with-env-vars I cannot remember immediately the specifics or if there were flaws with the approach

mbarillier16:07:18

looks like what I want to do -- giving it a shot. thanks!