Update .env.example
Browse files- .env.example +1 -4
.env.example
CHANGED
|
@@ -3,8 +3,5 @@ CLOUDINARY_CLOUD_NAME=your_cloud_name
|
|
| 3 |
CLOUDINARY_API_KEY=your_api_key
|
| 4 |
CLOUDINARY_API_SECRET=your_api_secret
|
| 5 |
|
| 6 |
-
# NVIDIA API
|
| 7 |
-
NVIDIA_API_KEY=your_nvidia_api_key
|
| 8 |
-
|
| 9 |
# MongoDB
|
| 10 |
-
MONGODB_URI=mongodb+srv://username:password@cluster0.sxci1.mongodb.net/?retryWrites=true&w=majority
|
|
|
|
| 3 |
CLOUDINARY_API_KEY=your_api_key
|
| 4 |
CLOUDINARY_API_SECRET=your_api_secret
|
| 5 |
|
|
|
|
|
|
|
|
|
|
| 6 |
# MongoDB
|
| 7 |
+
MONGODB_URI=mongodb+srv://username:password@cluster0.sxci1.mongodb.net/?retryWrites=true&w=majority
|