diff --git a/.env-example b/.env-example new file mode 100644 index 0000000..baad41c --- /dev/null +++ b/.env-example @@ -0,0 +1,8 @@ +PORT=3000 +SECRET=your secret + +POSTGRES_HOST=postgres +POSTGRES_DATABASE=postgres +POSTGRES_USER=postgres +POSTGRES_PASSWORD=postgres +