Compare commits

...

1 Commits

Author SHA1 Message Date
waysonwei
e73339eba7 fix git stack authentication on by default - set to off 2021-09-19 10:26:36 +12:00

View File

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