Move working directory config to backend

This commit is contained in:
Mattias Frinnström
2020-10-26 16:04:45 +01:00
parent 3b44008556
commit 7f417559bb
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -16,6 +16,7 @@ backend:
credentials: true
csp:
connect-src: ["'self'", 'http:', 'https:']
# workingDirectory: /tmp # Use this to configure a working direcotry for the scaffolder, defaults to the OS temp-dir
# See README.md in the proxy-backend plugin for information on the configuration format
proxy:
@@ -155,7 +156,6 @@ catalog:
target: https://github.com/spotify/backstage/blob/master/packages/catalog-model/examples/acme-corp.yaml
scaffolder:
# workingDirectory: /tmp # Use this to configure a working direcotry for the scaffolder, defaults to the OS temp-dir
github:
token:
$env: GITHUB_TOKEN