From b7d144bb66d86bb1cbbabe1660fbb82407a202a3 Mon Sep 17 00:00:00 2001 From: sam Date: Wed, 26 Feb 2025 14:46:45 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20update=20env?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 3 +++ .gitignore | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..c0e355e --- /dev/null +++ b/.env.example @@ -0,0 +1,3 @@ +NEXT_PUBLIC_CHINT_TOKEN=lIywwAMdrOdsRxuWvRoekdxrPtmIPkxA +DATABASE_URL="postgresql://postgres:root@localhost:5432/rooftop?schema=public" +JWT_SECRET="secret_key" diff --git a/.gitignore b/.gitignore index c87c9b3..c46b39c 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,5 @@ yarn-error.log* # typescript *.tsbuildinfo next-env.d.ts + +.env