13 lines
236 B
Bash
13 lines
236 B
Bash
PORT=5000
|
|
NODE_ENV=development
|
|
CORS_ORIGIN=http://localhost:3000
|
|
JWT_SECRET=supersecretjwtkeythatislongandsecure
|
|
JWT_EXPIRES_IN=7d
|
|
|
|
DB_HOST=127.0.0.1
|
|
DB_PORT=5432
|
|
DB_USER=postgres
|
|
DB_PASS=postgres
|
|
DB_NAME=maskan_pim
|
|
DB_DIALECT=postgres
|