Commit c1b5117f by 岳巧源

add local config

parent c70d987a
Showing with 21 additions and 0 deletions
......@@ -38,5 +38,25 @@
"password": "rs2024Sl00293sOoj",
"username": "rs"
}
},
"local": {
"rabbit_mq": {
"producer": {
"host": "192.168.1.237",
"port": 5672,
"user": "huntadmin",
"password": "jy2y2900",
"queue_name": "europa_erp_sku_queue",
"rabbit_mq_exchange": "europa_erp_parse_file_exchange",
"rabbit_mq_routing_key": "europa_erp_sku_routing"
}
},
"tmp_file_path": "./",
"ftp": {
"host": "datas.chiplinks.net",
"port": 2111,
"password": "rs2024Sl00293sOoj",
"username": "rs"
}
}
}
\ No newline at end of file
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 sign in to comment