Initial commit
This commit is contained in:
12
.env.example
Normal file
12
.env.example
Normal file
@ -0,0 +1,12 @@
|
||||
POSTGRES_USER=
|
||||
POSTGRES_PASSWORD=
|
||||
POSTGRES_DB=
|
||||
|
||||
JWT_SECRET=
|
||||
JWT_ALGORITHM=
|
||||
JWT_EXPIRE_MINUTES=
|
||||
|
||||
MONGO_USER=
|
||||
MONGO_PASSWORD=
|
||||
MONGO_DATABASE=
|
||||
MONGO_HOST=
|
||||
Reference in New Issue
Block a user