Replace unsafe id generator with nanoid (#4)

This commit is contained in:
Ivan Alexandrov
2023-12-13 18:28:35 +01:00
committed by GitHub
parent 705eca8c1c
commit c96c4f94b9
4 changed files with 29 additions and 7 deletions

3
.env.example Normal file
View File

@@ -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