Files
backstage/app-config.yaml
T
2020-07-21 09:24:09 +02:00

28 lines
523 B
YAML

app:
title: Backstage Example App
baseUrl: http://localhost:3000
backend:
baseUrl: http://localhost:7000
listen: 0.0.0.0:7000
cors:
origin: http://localhost:3000
methods: [GET, POST, PUT, DELETE]
credentials: true
proxy:
"/circleci/api":
target: "https://circleci.com/api/v1.1"
changeOrigin: true
pathRewrite:
"^/proxy/circleci/api/": "/"
organization:
name: Spotify
techdocs:
storageUrl: https://techdocs-mock-sites.storage.googleapis.com
sentry:
organization: spotify