diff options
Diffstat (limited to '.env.example')
| -rw-r--r-- | .env.example | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.env.example b/.env.example index e61e4ef..bc38b5f 100644 --- a/.env.example +++ b/.env.example @@ -1,3 +1,2 @@ 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 +POSTGRES_URL_NON_POOLING=postgresql://postgres:1234@localhost
\ No newline at end of file |
