7 lines
239 B
Bash
7 lines
239 B
Bash
PORT=3000
|
|
NODE_ENV=development
|
|
DATABASE_URL=postgresql://webstore_user:webstore_password@localhost:5432/webstore_db?schema=public
|
|
JWT_SECRET=replace-with-a-long-random-secret
|
|
JWT_EXPIRES_IN=7d
|
|
COOKIE_NAME=webstore_token
|
|
COOKIE_SECURE=false |