Add example .env to README.md
All checks were successful
/ prettier (push) Successful in 1m31s

This commit is contained in:
9pfs 2024-07-06 01:22:00 +00:00
parent cf98f7032e
commit baab2c00ab
Signed by: 9pfs
SSH key fingerprint: SHA256:TOcGxMQCfy4VvRM8AzgXErKXdkAtaTcpGXgYMpyoJoY

2
README
View file

@ -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"