mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 12:25:22 +02:00
fix git stack authentication on by default - set to off (#5667)
This commit is contained in:
parent
7c9f7a2a8b
commit
a50795063c
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ angular
|
|||
StackFile: null,
|
||||
RepositoryURL: '',
|
||||
RepositoryReferenceName: '',
|
||||
RepositoryAuthentication: true,
|
||||
RepositoryAuthentication: false,
|
||||
RepositoryUsername: '',
|
||||
RepositoryPassword: '',
|
||||
Env: [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue