chore:init project template
This commit is contained in:
21
.env.example
Normal file
21
.env.example
Normal file
@ -0,0 +1,21 @@
|
||||
NODE_ENV=development
|
||||
PORT=3000
|
||||
|
||||
CORS_ORIGINS=http://localhost:5173,http://localhost:3000
|
||||
|
||||
DB_HOST=localhost
|
||||
DB_PORT=5432
|
||||
DB_USER=postgres
|
||||
DB_PASSWORD=postgres
|
||||
DB_NAME=nest_db
|
||||
|
||||
REDIS_HOST=localhost
|
||||
REDIS_PORT=6379
|
||||
REDIS_USER=
|
||||
REDIS_PASSWORD=
|
||||
|
||||
JWT_SECRET=change-me
|
||||
JWT_EXPIRES_IN=7d
|
||||
|
||||
THROTTLE_TTL=60000
|
||||
THROTTLE_LIMIT=60
|
||||
Reference in New Issue
Block a user