Update .env_sample

This commit is contained in:
Alex
2023-03-23 15:52:47 +00:00
parent 625448fcd1
commit 3dab4b0b1e

View File

@@ -1,5 +1,6 @@
OPENAI_API_KEY=your_api_key
API_KEY=your_api_key
EMBEDDINGS_KEY=your_api_key
CELERY_BROKER_URL=redis://localhost:6379/0
CELERY_RESULT_BACKEND=redis://localhost:6379/1
MONGO_URI=mongodb://localhost:27017/docsgpt
MONGO_URI=mongodb://localhost:27017/docsgpt
API_URL=http://localhost:5001