Commit 9e458a90 by tingweiwang

注释废弃usercenter语句

1 parent 5cc497c7
Showing with 2 additions and 2 deletions
...@@ -31,8 +31,8 @@ mysql -u $mysql_user -p$mysql_password -e 'INSERT INTO `autodl-core`.`service` ( ...@@ -31,8 +31,8 @@ mysql -u $mysql_user -p$mysql_password -e 'INSERT INTO `autodl-core`.`service` (
#echo "加载user-center所需sql" #echo "加载user-center所需sql"
#mysql -u $mysql_user -p$mysql_password user-center <$workspace/src/user-center/sql/20190411.sql #mysql -u $mysql_user -p$mysql_password user-center <$workspace/src/user-center/sql/20190411.sql
#mysql -u $mysql_user -p$mysql_password user-center <$workspace/src/user-center/sql/20190425.sql #mysql -u $mysql_user -p$mysql_password user-center <$workspace/src/user-center/sql/20190425.sql
echo "为user-center 设置service记录,记录为$seetaas_frontend" #echo "为user-center 设置service记录,记录为$seetaas_frontend"
mysql -u $mysql_user -p$mysql_password -e 'INSERT INTO `user-center`.`app_info` (`app_name`, `host`) VALUES ("kpl","http://106.38.203.204:30188");' #mysql -u $mysql_user -p$mysql_password -e 'INSERT INTO `user-center`.`app_info` (`app_name`, `host`) VALUES ("kpl","http://106.38.203.204:30188");'
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!