fukamachi / caveman

Lightweight web application framework for Common Lisp.
http://8arrow.org/caveman/
775 stars 63 forks source link

Environment variables #137

Open rajasegar opened 1 year ago

rajasegar commented 1 year ago

How do I implement something like .env files to store sensitive information and pass it along to the web server as environment variables. In Node.js we have something like https://www.npmjs.com/package/dotenv

vindarel commented 1 year ago

I believe you found out? https://dev.to/rajasegar/how-to-use-environment-variables-with-cl-dotenv-in-a-common-lisp-web-app-5eb5

rajasegar commented 1 year ago

@vindarel Yes, kind of, if @fukamachi doesn't have anything to add, we can close this issue.