Skip to content

Commit

Permalink
Changing localhost host name to https://backstage.idpbuilder.cnoe.io.…
Browse files Browse the repository at this point in the history
…local:8443 to avoid the error: backstage/backstage#15403

Signed-off-by: cmoulliard <[email protected]>
  • Loading branch information
cmoulliard committed Oct 17, 2023
1 parent 6fff8d2 commit d6b26df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/apps/srv/backstage/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,17 +152,17 @@ data:
app-config.yaml: |
app:
title: CNOE
baseUrl: http://localhost:3000
baseUrl: "https://backstage.idpbuilder.cnoe.io.local:8443"
organization:
name: CNOE
backend:
baseUrl: http://localhost:7007
baseUrl: "https://backstage.idpbuilder.cnoe.io.local:8443"
listen:
port: 7007
csp:
connect-src: ["'self'", 'http:', 'https:']
cors:
origin: http://localhost:3000
origin: "https://backstage.idpbuilder.cnoe.io.local:8443"
methods: [GET, HEAD, PATCH, POST, PUT, DELETE]
credentials: true
database:
Expand Down

0 comments on commit d6b26df

Please sign in to comment.