diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..4dcd18d --- /dev/null +++ b/.env.example @@ -0,0 +1,9 @@ +# Prisma +DATABASE_URL=postgresql://postgres:postgres@localhost:5432 + +# Docker env vars +DATABASE_HOSTNAME=postgres_db +DATABASE_PORT=5432 +DATABASE_PASSWORD=postgres +DATABASE_USER=postgres +DATABASE_DB=postgres \ No newline at end of file