Fork me on GitHub
#boot
<
2018-09-26
>
Mario C.17:09:55

Can I add my own environment key/value using (set-env! ...)?

Mario C.17:09:56

Or can I only update the keys as referenced here https://github.com/boot-clj/boot/wiki/Boot-Environment

alandipert17:09:54

@mario.cordova.862 you can use your own keys if you want. underneath its an atom

Mario C.17:09:23

Thanks!

👍 4
Mario C.17:09:07

Question: locally I can view the environment variables that were generated by doing cat .lein-env. Is there an equivalent of that using boot?