Compare commits

...

1 Commits

Author SHA1 Message Date
waysonwei
f0b58f57e5 fix authentication toggle on by default - set to off 2021-09-19 10:24:46 +12:00

View File

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