fix git stack authentication on by default - set to off (#5667)

This commit is contained in:
Richard Wei
2021-09-20 22:36:16 +12:00
committed by GitHub
parent 7c9f7a2a8b
commit a50795063c

View File

@@ -34,7 +34,7 @@ angular
StackFile: null,
RepositoryURL: '',
RepositoryReferenceName: '',
RepositoryAuthentication: true,
RepositoryAuthentication: false,
RepositoryUsername: '',
RepositoryPassword: '',
Env: [],