Skip to content

Commit e1b763e

Browse files
committed
Comment out the voyage api keys in env.examples
1 parent dda7d6c commit e1b763e

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

mflix/server/java-spring/.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# Replace with your MongoDB Atlas connection string or local MongoDB URI
33
MONGODB_URI=mongodb+srv://<username>:<password>@<cluster>.mongodb.net/sample_mflix?retryWrites=true&w=majority
44

5-
# Voyage AI Configuration (optional - required for Vector Search)
5+
# OPTIONAL: Voyage AI Configuration (required for Vector Search)
66
# Get your API key from https://www.voyageai.com/
7-
VOYAGE_API_KEY=your_voyage_api_key
7+
# VOYAGE_API_KEY=your_voyage_api_key
88

99
# Server Configuration
1010
PORT=3001

mflix/server/js-express/.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# Replace with your MongoDB Atlas connection string or local MongoDB URI
33
MONGODB_URI=mongodb+srv://<username>:<password>@<cluster>.mongodb.net/sample_mflix?retryWrites=true&w=majority
44

5-
# Voyage AI Configuration (optional - required for Vector Search)
5+
# OPTIONAL: Voyage AI Configuration (required for Vector Search)
66
# Get your API key from https://www.voyageai.com/
7-
VOYAGE_API_KEY=your_voyage_api_key
7+
# VOYAGE_API_KEY=your_voyage_api_key
88

99
# Server Configuration
1010
PORT=3001

mflix/server/python-fastapi/.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# Replace with your MongoDB Atlas connection string or local MongoDB URI
33
MONGODB_URI=mongodb+srv://<username>:<password>@<cluster>.mongodb.net/sample_mflix?retryWrites=true&w=majority
44

5-
# Voyage AI Configuration (optional - required for Vector Search)
5+
# OPTIONAL: Voyage AI Configuration (required for Vector Search)
66
# Get your API key from https://www.voyageai.com/
7-
VOYAGE_API_KEY=your_voyage_api_key
7+
# VOYAGE_API_KEY=your_voyage_api_key
88

99
# Server Configuration
1010
PORT=3001

0 commit comments

Comments
 (0)