Skip to content

Commit

Permalink
Configure for assessment swf
Browse files Browse the repository at this point in the history
  • Loading branch information
anludke committed Oct 12, 2023
1 parent 7eb7f02 commit b4048e1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
app:
title: Scaffolded Backstage App
baseUrl: http://localhost:3000
baseUrl: http://127.0.0.1:3000

organization:
name: My Company
Expand All @@ -12,7 +12,7 @@ backend:
# auth:
# keys:
# - secret: ${BACKEND_SECRET}
baseUrl: http://localhost:7007
baseUrl: http://127.0.0.1:7007
listen:
port: 7007
# Uncomment the following host directive to bind to specific interfaces
Expand All @@ -22,7 +22,7 @@ backend:
# Content-Security-Policy directives follow the Helmet format: https://helmetjs.github.io/#reference
# Default Helmet Content-Security-Policy values can be removed by setting the key to false
cors:
origin: http://localhost:3000
origin: http://127.0.0.1:3000
methods: [GET, HEAD, PATCH, POST, PUT, DELETE]
credentials: true
# This is for local development only, it is not recommended to use this in production
Expand Down Expand Up @@ -115,9 +115,9 @@ catalog:
orchestrator:
sonataFlowService:
baseUrl: http://localhost
port: 8899
port: 8080
autoStart: true
workflowsSource:
gitRepositoryUrl: https://github.com/tiagodolphine/backstage-orchestrator-workflows
gitRepositoryUrl: https://github.com/anludke/backstage-orchestrator-workflows
localPath: /tmp/orchestrator/repository
autoPush: false

0 comments on commit b4048e1

Please sign in to comment.