6 lines
216 B
Plaintext
6 lines
216 B
Plaintext
DATABASE_URL=postgresql://user:password@localhost:5432/ecommerce_db
|
|
JWT_SECRET_KEY=your-secret-key-here-change-this-in-production
|
|
JWT_ALGORITHM=HS256
|
|
ACCESS_TOKEN_EXPIRE_MINUTES=30
|
|
FRONTEND_URL=http://localhost:5173
|