PORT=5000
CORS_ORIGIN=http://localhost:3000

JWT_SECRET=a20952f760bf788156c3341db27d61c47121c90275967cdd6280566c874ddb03
JWT_EXPIRES_IN=12h

DB_HOST=localhost
DB_PORT=3306
DB_USER=root
DB_PASSWORD=
DB_NAME=propertee
DB_CONNECTION_LIMIT=10

# Cloudinary image storage
CLOUDINARY_CLOUD_NAME=kvcyy1jg
CLOUDINARY_API_KEY=542561138988664
CLOUDINARY_API_SECRET=g3_tz7L26RIS4Nlb6a-ngsEDdH0
