3d4fcc4559
* feat(techdocs): read docStorageUrl from appConfig * docs: updated techdocs plugin README to mention custom baseurl * fix: added config file * fix: use JSON in env variable * fix: add to app-config.yaml * typescript wrestling * Nicer config handling * fix: switch to using useApi(configApiRef) * docs: corrected to new config name * docs: mention app-config.yaml config option * fix: removed unused dep @backstage/config Co-authored-by: Sebastian Qvarfordt <s.qvarfordt@gmail.com>
18 lines
344 B
YAML
18 lines
344 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
|
|
|
|
organization:
|
|
name: Spotify
|
|
|
|
techdocs:
|
|
storageUrl: https://techdocs-mock-sites.storage.googleapis.com
|