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 e54881d commit 0963f8dCopy full SHA for 0963f8d
backend/sample.env
@@ -200,3 +200,8 @@ RUNNER_POLLING_INTERVAL_SECONDS=2
200
# Default: 1800 seconds (30 minutes)
201
# Examples: 900 (15 min), 1800 (30 min), 3600 (60 min)
202
MIN_SCHEDULE_INTERVAL_SECONDS=1800
203
+
204
+# WHitelisted adapter URLs to allow user to connect to locally hosted adapters.
205
+# Whitelisting 10.68.0.10 to allow frictionless adapter connection to
206
+# managed Postgres for VectorDB
207
+ALLOWED_ADAPTER_PRIVATE_ENDPOINTS="127.0.0.1, 10.68.0.10"
0 commit comments