Fork me on GitHub
#boot
<
2017-12-30
>
donyorm05:12:35

what's the best way to set environment variables in a file with boot? Basically what's the equivalent to lein's profiles.clj?

bostonaholic05:12:53

@donyorm I have used environ, there is a lein-environ and boot-environ plugins for both

donyorm05:12:26

Cool, just wanted to make sure there wasn't something built-in

borkdude12:12:31

@donyorm setting an environment variable and reading it with (System/getenv "FOO") will also work if you’re looking for something low level