mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-06 18:50:09 +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
|