Add the example of .env.
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
PORT=3000
|
||||||
|
SECRET=your secret
|
||||||
|
|
||||||
|
POSTGRES_HOST=postgres
|
||||||
|
POSTGRES_DATABASE=postgres
|
||||||
|
POSTGRES_USER=postgres
|
||||||
|
POSTGRES_PASSWORD=postgres
|
||||||
|
|
||||||
Reference in New Issue
Block a user