We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0551bf6 commit e9f347eCopy full SHA for e9f347e
app-config.yaml
@@ -53,11 +53,11 @@ proxy:
53
'/sonarqube':
54
target: https://sonarcloud.io/api
55
allowedMethods: ['GET', 'POST']
56
- auth: '${SONARCLOUD_TOKEN}:'
+ auth: '${SONAR_TOKEN}:'
57
58
sonarqube:
59
baseUrl: https://sonarcloud.io
60
- apiKey: ${SONARCLOUD_TOKEN}
+ apiKey: ${SONAR_TOKEN}
61
62
# Reference documentation http://backstage.io/docs/features/techdocs/configuration
63
# Note: After experimenting with basic setup, use CI/CD to generate docs
0 commit comments