bugfix
This commit is contained in:
@@ -16,10 +16,6 @@ data:
|
|||||||
trusted_origins:
|
trusted_origins:
|
||||||
- https://dexorder.ai
|
- https://dexorder.ai
|
||||||
|
|
||||||
# Database
|
|
||||||
database:
|
|
||||||
url: postgresql://postgres:{{ op://AI Prod/PostgreSQL/password }}@postgres:5432/iceberg
|
|
||||||
|
|
||||||
# Default model (if user has no preference)
|
# Default model (if user has no preference)
|
||||||
defaults:
|
defaults:
|
||||||
model_provider: deepinfra
|
model_provider: deepinfra
|
||||||
@@ -49,6 +45,7 @@ data:
|
|||||||
catalog_uri: http://iceberg-catalog:8181
|
catalog_uri: http://iceberg-catalog:8181
|
||||||
namespace: gateway
|
namespace: gateway
|
||||||
s3_endpoint: http://minio:9000
|
s3_endpoint: http://minio:9000
|
||||||
|
conversations_bucket: warehouse
|
||||||
|
|
||||||
# Event router (ZeroMQ)
|
# Event router (ZeroMQ)
|
||||||
events:
|
events:
|
||||||
|
|||||||
@@ -8,6 +8,10 @@ stringData:
|
|||||||
secrets.yaml: |
|
secrets.yaml: |
|
||||||
# Gateway Secrets (production)
|
# Gateway Secrets (production)
|
||||||
|
|
||||||
|
# Database
|
||||||
|
database:
|
||||||
|
url: "postgresql://postgres:{{ op://AI Prod/PostgreSQL/password }}@postgres:5432/iceberg"
|
||||||
|
|
||||||
# Authentication secret for JWT signing
|
# Authentication secret for JWT signing
|
||||||
auth:
|
auth:
|
||||||
secret: "{{ op://AI Prod/Gateway/jwt_secret }}"
|
secret: "{{ op://AI Prod/Gateway/jwt_secret }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user