diff options
| author | Ivan Alexandrov <ivan.al3xandrov@gmail.com> | 2023-12-13 18:28:35 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-13 12:28:35 -0500 |
| commit | c96c4f94b93b5961b2787f980417bd2df92812e5 (patch) | |
| tree | 81455aba08e9535817f5bd9863b3aabdd795a2ba /.env.example | |
| parent | 705eca8c1c50818d996b350e56507a133ca7e488 (diff) | |
Replace unsafe id generator with nanoid (#4)
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 |
