From b4048e11939bf86dd881536513d8ea4764999d0b Mon Sep 17 00:00:00 2001 From: Annel Ketcha Date: Thu, 12 Oct 2023 00:08:10 -0400 Subject: [PATCH] Configure for assessment swf --- app-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app-config.yaml b/app-config.yaml index a7d31d11c7..7cac230983 100644 --- a/app-config.yaml +++ b/app-config.yaml @@ -1,6 +1,6 @@ app: title: Scaffolded Backstage App - baseUrl: http://localhost:3000 + baseUrl: http://127.0.0.1:3000 organization: name: My Company @@ -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 @@ -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 @@ -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