Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions workspaces/bulk-import/app-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,11 @@ orchestrator:
# runtime: podman
baseUrl: http://localhost
port: 8899
autoStart: false
autoStart: true
# If you're using a MacBook with M-series chips, uncomment the line below to use ARM images.
# To pull the image, you'll first need to authenticate with the registry.
# For more information, visit: https://red.ht/410mMNU.
container: registry.redhat.io/openshift-serverless-1/logic-swf-devmode-rhel8:1.36.0
# container: registry.redhat.io/openshift-serverless-1/logic-swf-devmode-rhel8:1.36.0
# notsecret
notificationsBearerToken: bXljdXJscGFzc3dkCg==
notificationsUrl: http://host.docker.internal:7007
Expand All @@ -156,7 +156,7 @@ orchestrator:
# persistence:
# path: ./.devModeTemp/db_persistence # this will be under packages/backend
workflowsSource:
gitRepositoryUrl: https://github.com/AndrienkoAleksandr/backstage-orchestrator-workflows.git
gitRepositoryUrl: https://github.com/rhdhorchestrator/backstage-orchestrator-workflows.git
localPath: ./.devModeTemp/repository # this will be under packages/backend
dataIndexService:
url: http://localhost:8899
Loading