From baab2c00abbc62b01675a762e79835f9707a64e3 Mon Sep 17 00:00:00 2001 From: 9pfs <9pfs@amcforum.wiki> Date: Sat, 6 Jul 2024 01:22:00 +0000 Subject: [PATCH] Add example .env to README.md --- README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README b/README index d305afe..2e7dd1f 100644 --- a/README +++ b/README @@ -3,3 +3,5 @@ I did something like this in the past, but I have no idea what happened to it, a Feel free to contribute if you want :) In case you're wondering what this is going to be: I'm trying to create a website that lets people submit questions and associated answers to it for others to see. In other words, a FAQ website :) +Example .env: +DATABASE_URL="postgresql://h@localhost/h_faq-website-dev?sslmode=disable&host=/var/run/postgresql"