🔧 update env
This commit is contained in:
parent
753abe7607
commit
b7d144bb66
3
.env.example
Normal file
3
.env.example
Normal 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
2
.gitignore
vendored
@ -34,3 +34,5 @@ yarn-error.log*
|
||||
# typescript
|
||||
*.tsbuildinfo
|
||||
next-env.d.ts
|
||||
|
||||
.env
|
||||
|
Loading…
x
Reference in New Issue
Block a user