From c96c4f94b93b5961b2787f980417bd2df92812e5 Mon Sep 17 00:00:00 2001 From: Ivan Alexandrov Date: Wed, 13 Dec 2023 18:28:35 +0100 Subject: Replace unsafe id generator with nanoid (#4) --- .env.example | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .env.example (limited to '.env.example') 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 -- cgit v1.3