Commit d5410ac2 authored by daidekun's avatar daidekun

hack bugs

parent d0726701
...@@ -44,7 +44,7 @@ if [[ $database_name = 'xyqb' ]]; then ...@@ -44,7 +44,7 @@ if [[ $database_name = 'xyqb' ]]; then
# 信用钱包database # 信用钱包database
# repay v_manifest v_repay 是view类型的 # repay v_manifest v_repay 是view类型的
# secure_proxy 表里面的数据需要被同步 # secure_proxy 表里面的数据需要被同步
sys_table_list='baitiao_merchant baitiao_secure_key channel funding_contract funding_corp loan_product merchant_channel payeco_return_url_info red_packet t_phonenum zmxy_return_url configuration repay v_manifest v_repay secure_proxy' sys_table_list='baitiao_merchant baitiao_secure_key channel funding_contract funding_corp loan_product merchant_channel payeco_return_url_info red_packet t_phonenum zmxy_return_url configuration repay v_manifest v_repay secure_proxy funding_corp_config'
port='3306' port='3306'
elif [[ $database_name = 'xyqb_app' ]]; then elif [[ $database_name = 'xyqb_app' ]]; then
# app-backend使用的数据库 # app-backend使用的数据库
......
...@@ -25,7 +25,7 @@ if [[ $database_name = 'xyqb' ]]; then ...@@ -25,7 +25,7 @@ if [[ $database_name = 'xyqb' ]]; then
# 信用钱包database # 信用钱包database
# repay v_manifest v_repay 是view类型的 # repay v_manifest v_repay 是view类型的
# secure_proxy 表里面的数据需要被同步 # secure_proxy 表里面的数据需要被同步
sys_table_list='baitiao_merchant baitiao_secure_key channel funding_contract funding_corp loan_product merchant_channel payeco_return_url_info red_packet t_phonenum zmxy_return_url configuration repay v_manifest v_repay secure_proxy' sys_table_list='baitiao_merchant baitiao_secure_key channel funding_contract funding_corp loan_product merchant_channel payeco_return_url_info red_packet t_phonenum zmxy_return_url configuration repay v_manifest v_repay secure_proxy funding_corp_config'
port='3306' port='3306'
elif [[ $database_name = 'xyqb_app' ]]; then elif [[ $database_name = 'xyqb_app' ]]; then
# app-backend使用的数据库 # app-backend使用的数据库
......
...@@ -65,7 +65,8 @@ sed -i "s/https\:\/\/scapi.xyqb.com/http\:\/\/${server_host}:7021/g" ${database_ ...@@ -65,7 +65,8 @@ sed -i "s/https\:\/\/scapi.xyqb.com/http\:\/\/${server_host}:7021/g" ${database_
sed -i "s/http\:\/\/gyxdapi.xyqb.com/http\:\/\/${server_host}:7029/g" ${database_name}_${mysql_host}.sql sed -i "s/http\:\/\/gyxdapi.xyqb.com/http\:\/\/${server_host}:7029/g" ${database_name}_${mysql_host}.sql
sed -i "s/https\:\/\/gyxdapi.xyqb.com/http\:\/\/${server_host}:7029/g" ${database_name}_${mysql_host}.sql sed -i "s/https\:\/\/gyxdapi.xyqb.com/http\:\/\/${server_host}:7029/g" ${database_name}_${mysql_host}.sql
sed -i "s/http\:\/\/btapi.xyqb.com/http\:\/\/${server_host}:7025/g" ${database_name}_${mysql_host}.sql
sed -i "s/https\:\/\/btapi.xyqb.com/http\:\/\/${server_host}:7025/g" ${database_name}_${mysql_host}.sql
if [[ "${use_public_ip}" = true ]]; then if [[ "${use_public_ip}" = true ]]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment