mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-04 15:08:21 +01:00
6 lines
171 B
Plaintext
6 lines
171 B
Plaintext
|
export HARBOR_USERNAME=admin
|
||
|
export HARBOR_PASSWORD=Harbor12345
|
||
|
export HARBOR_URL=https://localhost
|
||
|
export HARBOR_PROJECT=2
|
||
|
complete -W "$(harbor bash-completion)" harbor
|