Skip to content

Commit 2bddd67

Browse files
committed
update .env.EXAMPLE connection string
1 parent 2797e4f commit 2bddd67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Backend/.env.EXAMPLE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
DB_CONNECTION_STRING="mongodb+srv://<username>:<password>@<host>.mongocluster.cosmos.azure.com/?tls=true&authMechanism=SCRAM-SHA-256&retrywrites=false&maxIdleTimeMS=120000"
1+
DB_CONNECTION_STRING="AccountEndpoint=https://<cosmos-account-name>.documents.azure.com:443/;AccountKey=<cosmos-account-key>;"
22
AOAI_ENDPOINT = "https://<resource>.openai.azure.com/"
33
AOAI_KEY = "<key>"

Labs/.env.EXAMPLE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
DB_CONNECTION_STRING="mongodb+srv://<username>:<password>@<host>.mongocluster.cosmos.azure.com/?tls=true&authMechanism=SCRAM-SHA-256&retrywrites=false&maxIdleTimeMS=120000"
1+
DB_CONNECTION_STRING="AccountEndpoint=https://<cosmos-account-name>.documents.azure.com:443/;AccountKey=<cosmos-account-key>;"
22
AOAI_ENDPOINT = "https://<resource>.openai.azure.com/"
33
AOAI_KEY = "<key>"

0 commit comments

Comments
 (0)