# Host configuration
HOST=https://api.adgoogly.com:8081
PORT=8081

# Mongo URI
#MONGODB_URL=mongodb://goigi:goigi%40123@13.233.163.85:27017/goigi-conference
MONGODB_URL=mongodb+srv://debashis:goigi123@cluster0.u1n9bhp.mongodb.net/goigi-conference-local

# JWT configuration
JWT_SECRET=thisisasamplesecret
JWT_ACCESS_EXPIRATION_MINUTES=60
JWT_REFRESH_EXPIRATION_DAYS=30

# SMTP configuration options for the email service
SMTP_HOST=adgoogly.com
SMTP_PORT=465
SMTP_USERNAME=no-reply@adgoogly.com
SMTP_PASSWORD=goigi@123
SMTP_TLS_REJECT_UNAUTHORIZED=false
EMAIL_FROM=no-reply@adgoogly.com

# Uploads path
MEDIA_UPLOAD_PATH="./uploads"

# S3 configuration		
S3_ID="AKIAYUNWEST7NQWA54ER"
S3_SECRET="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"
S3_BUCKET_NAME="goigi-recordings"
