feat: add shared ai workspace assistant service
This commit is contained in:
@@ -52,3 +52,10 @@ NOTIFICATION_PG_DB=nodedc_notifications
|
||||
NOTIFICATION_PG_USER=nodedc_notifications
|
||||
NOTIFICATION_PG_PASS=change-me-generate-with-infra-scripts-init-dev-env
|
||||
NODEDC_NOTIFICATION_CORE_URL=http://notification-core:5185
|
||||
|
||||
# AI Workspace Assistant shared registry/conversations
|
||||
AI_WORKSPACE_PG_DB=nodedc_ai_workspace
|
||||
AI_WORKSPACE_PG_USER=nodedc_ai_workspace
|
||||
AI_WORKSPACE_PG_PASS=change-me-generate-with-infra-scripts-init-dev-env
|
||||
AI_WORKSPACE_ASSISTANT_TOKEN=change-me-generate-with-infra-scripts-init-dev-env
|
||||
NODEDC_AI_WORKSPACE_ASSISTANT_URL=http://ai-workspace-assistant:18082
|
||||
|
||||
Reference in New Issue
Block a user