# Express server config
PORT=9000

# Base URL
BASE_URL_DEV=http://localhost:9000
BASE_URL_PROD=https://backend.azecltd.net

# Client URL
CLIENT_URL_DEV=http://localhost:3000
CLIENT_URL_PROD=https://azecltd.net

# MongoDB config
MONGODB_URI_DEV=mongodb+srv://azecltd:NwEM08qcGfPGgcBR@cluster0.zwifbd0.mongodb.net/azecltd-website?retryWrites=true&w=majority
MONGODB_URI=mongodb+srv://azecltd:NwEM08qcGfPGgcBR@cluster0.zwifbd0.mongodb.net/azecltd-website?retryWrites=true&w=majority

# Access Token Config
ACCESS_TOKEN_SECRET=VjdGlvbl9saWZldGltZT0wJnBvb2xfdGltZW91dD0wJn
ACCESS_TOKEN_EXPIRES=10d

# Upload Path Configuration
UPLOAD_PATH=/home/azecltd/backend/uploads
