From 3dab4b0b1ea93059119e58e6a32dfcf194f33ccd Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 23 Mar 2023 15:52:47 +0000 Subject: [PATCH] Update .env_sample --- application/.env_sample | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/application/.env_sample b/application/.env_sample index 38f92c01..5ce88aba 100644 --- a/application/.env_sample +++ b/application/.env_sample @@ -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 \ No newline at end of file +MONGO_URI=mongodb://localhost:27017/docsgpt +API_URL=http://localhost:5001 \ No newline at end of file