brand-master/backend/.env.example

6 lines
226 B
Plaintext

DATABASE_URL=postgresql://ecommerce_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