diff options
Diffstat (limited to '.env.example')
| -rw-r--r-- | .env.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..e61e4ef --- /dev/null +++ b/.env.example @@ -0,0 +1,3 @@ +POSTGRES_PRISMA_URL=postgresql://postgres:1234@localhost +POSTGRES_URL_NON_POOLING=postgresql://postgres:1234@localhost +NEXT_PUBLIC_BASE_URL=http://localhost:3000
\ No newline at end of file |
