6 lines
256 B
Plaintext
6 lines
256 B
Plaintext
DATABASE_URL=postgresql://dating_app_user:Aa123456@localhost:5432/dating_app
|
|
JWT_SECRET=your-super-secret-key-change-this-in-production
|
|
JWT_EXPIRES_MINUTES=1440
|
|
MEDIA_DIR=/app/media
|
|
CORS_ORIGINS=http://localhost:5173,http://localhost:3000,http://localhost
|