mirror of
https://github.com/clucraft/PriceGhost.git
synced 2026-04-26 01:06:23 +02:00
10 lines
187 B
Text
10 lines
187 B
Text
|
|
# Database
|
||
|
|
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/priceghost
|
||
|
|
|
||
|
|
# JWT
|
||
|
|
JWT_SECRET=your-super-secret-jwt-key-change-in-production
|
||
|
|
|
||
|
|
# Server
|
||
|
|
PORT=3001
|
||
|
|
NODE_ENV=development
|