diff --git a/packages/database/.env.example b/packages/database/.env.example new file mode 100644 index 000000000..6121c5429 --- /dev/null +++ b/packages/database/.env.example @@ -0,0 +1 @@ +DATABASE_URL=postgresql://postgres:postgres@localhost:5432/postgres?schema=public \ No newline at end of file