Renamed .exampleenv to .env

This commit is contained in:
K
2025-07-23 17:42:49 +05:30
parent 94659c9afa
commit d84c2879cd
+22
View File
@@ -0,0 +1,22 @@
# Database
MONGODB_ROOT_USERNAME=mongo_user
MONGODB_ROOT_PASSWORD=mongo_pass
MONGODB_URI=mongodb://mongo_user:mongo_pass@database:27017
# SMTP
SMTP_SERVICE=gmail
SMTP_EMAILADDR=example@gmail.com
SMTP_PASSWORD=app pass here
SMTP_HOST=smtp.gmail.com
SMTP_PORT=587
# Cloudinary
CLOUDINARY_CLOUD_NAME=cloudname_here
CLOUDINARY_API_KEY=api_key_here
CLOUDINARY_API_SECRET=api_secret_here
# Gemini
GEMINI_API_KEY=gemini_api_here
# Refresh token
REFRESH_TOKEN_SECRET=a_random_60_or_more_char_secret_here