🔧 update env

This commit is contained in:
sam 2025-02-26 14:46:45 +08:00
parent 753abe7607
commit b7d144bb66
2 changed files with 5 additions and 0 deletions

3
.env.example Normal file
View File

@ -0,0 +1,3 @@
NEXT_PUBLIC_CHINT_TOKEN=lIywwAMdrOdsRxuWvRoekdxrPtmIPkxA
DATABASE_URL="postgresql://postgres:root@localhost:5432/rooftop?schema=public"
JWT_SECRET="secret_key"

2
.gitignore vendored
View File

@ -34,3 +34,5 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts
.env