harbor/jobservice/my_start.sh
2016-05-10 19:38:50 +08:00

11 lines
213 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 UI_URL=http://127.0.0.1/
export UI_USR=admin
export UI_PWD=Harbor12345
./jobservice