Commit db8a104a authored by 智勇's avatar 智勇

traffic_distribution

parent dd1b0e3c
...@@ -136,6 +136,11 @@ elif [[ $database_name = 'user_credit' ]]; then ...@@ -136,6 +136,11 @@ elif [[ $database_name = 'user_credit' ]]; then
# user_credit # user_credit
sys_table_list='' sys_table_list=''
port='9001' port='9001'
elif [[ $database_name = 'traffic_distribution' ]]; then
# user_credit
sys_table_list=''
source_db_host='192.168.3.36'
port='3313'
elif [[ $database_name = 'notify' ]]; then elif [[ $database_name = 'notify' ]]; 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