Skip to content

Commit 9d6040a

Browse files
committed
chore: update manifest
1 parent 3a8e57c commit 9d6040a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

manifests/base/secret-params.env

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
DB_URL=postgresql+psycopg://chatbot:chatbot@pgbouncer:5432/chatbot
1+
POSTGRES_PRIMARY_URL=postgresql+psycopg://chatbot:chatbot@pgbouncer:5432/chatbot
2+
POSTGRES_STANDBY_URL=postgresql+psycopg://chatbot:chatbot@pgbouncer:5432/chatbot-standby
23
LANGCHAIN_TRACING_V2=True
34
LANGCHAIN_API_KEY=my-secret-key
45
LANGCHAIN_PROJECT=chatbot

0 commit comments

Comments
 (0)