diff options
| author | Sebastien Castiel <sebastien@castiel.me> | 2024-01-19 12:03:16 -0500 |
|---|---|---|
| committer | Sebastien Castiel <sebastien@castiel.me> | 2024-01-19 12:03:16 -0500 |
| commit | 4d86c8c72714879e8e6c060479b02c553d35bb0f (patch) | |
| tree | 22459eb419318b9530710402c64a78a9ac0b142f /.env.example | |
| parent | 23524cb94314fd50476ccffe654841d980c713d7 (diff) | |
Remove varianle NEXT_PUBLIC_BASE_URL
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 |
