1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-25 08:19:40 +02:00

feat(cli): Allow setting admin password from CLI (#752)

This commit is contained in:
dedalusj 2017-04-16 17:54:51 +10:00 committed by Anthony Lapenna
parent f15cf3e8be
commit 5745606fe7
3 changed files with 26 additions and 6 deletions

View file

@ -26,6 +26,7 @@ type (
TLSCacert *string
TLSCert *string
TLSKey *string
AdminPassword *string
}
// Settings represents Portainer settings.