We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a8e57c commit 9d6040aCopy full SHA for 9d6040a
manifests/base/secret-params.env
@@ -1,4 +1,5 @@
1
-DB_URL=postgresql+psycopg://chatbot:chatbot@pgbouncer:5432/chatbot
+POSTGRES_PRIMARY_URL=postgresql+psycopg://chatbot:chatbot@pgbouncer:5432/chatbot
2
+POSTGRES_STANDBY_URL=postgresql+psycopg://chatbot:chatbot@pgbouncer:5432/chatbot-standby
3
LANGCHAIN_TRACING_V2=True
4
LANGCHAIN_API_KEY=my-secret-key
5
LANGCHAIN_PROJECT=chatbot
0 commit comments