harbor/jobservice/my_start.sh

12 lines
238 B
Bash
Raw Normal View History

2016-04-20 08:24:17 +02:00
export MYSQL_HOST=127.0.0.1
export MYSQL_PORT=3306
export MYSQL_USR=root
export MYSQL_PWD=root123
export LOG_LEVEL=debug
2016-05-10 13:38:50 +02:00
export UI_URL=http://127.0.0.1/
export UI_USR=admin
export UI_PWD=Harbor12345
2016-05-12 10:11:28 +02:00
export MAX_JOB_WORKERS=1
2016-04-20 08:24:17 +02:00
./jobservice