mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-02 16:49:48 +01:00
13 lines
274 B
Bash
Executable File
13 lines
274 B
Bash
Executable File
export MYSQL_HOST=127.0.0.1
|
|
export MYSQL_PORT=3306
|
|
export MYSQL_USR=root
|
|
export MYSQL_PWD=root123
|
|
export LOG_LEVEL=debug
|
|
export LOCAL_HARBOR_URL=http://127.0.0.1/
|
|
export UI_SECRET=abcdef
|
|
#export UI_USR=admin
|
|
#export UI_PWD=Harbor12345
|
|
export MAX_JOB_WORKERS=1
|
|
|
|
./jobservice
|