1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-03 21:05:23 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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