Add the example of .env.

This commit is contained in:
2024-04-19 07:48:03 +03:00
parent 6206b211ec
commit a8fc0ab70c
+8
View File
@@ -0,0 +1,8 @@
PORT=3000
SECRET=your secret
POSTGRES_HOST=postgres
POSTGRES_DATABASE=postgres
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres