Commit a11e8966 authored by tywldx's avatar tywldx
parents 6ea73c6e b9b8230e
...@@ -110,7 +110,8 @@ elif [[ $database_name = 'offline' ]]; then ...@@ -110,7 +110,8 @@ elif [[ $database_name = 'offline' ]]; then
elif [[ $database_name = 'redpacket' ]]; then elif [[ $database_name = 'redpacket' ]]; then
# 红包系统 # 红包系统
sys_table_list='tb_activity_channel tb_dict_channel tb_dict_out_channel' sys_table_list='tb_activity_channel tb_dict_channel tb_dict_out_channel'
port='3311' source_db_host='192.168.4.116'
port='6001'
elif [[ $database_name = 'spider_center' ]]; then elif [[ $database_name = 'spider_center' ]]; then
# 授信中心 # 授信中心
sys_table_list='merchant merchant_config' sys_table_list='merchant merchant_config'
......
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