I'm starting work on a Racket library for loading .env files to override 
environment variables. This is a common way of doing things for people who want 
to run multiple web applications on a single server without their environment 
variables competing for namespace. The classic example is this Ruby library: 
https://github.com/bkeepers/dotenv

Just checking to make sure I haven't overlooked an already existing library 
that provides this behavior. Should I keep going?

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to