123456789101112131415161718192021222324252627282930313233343536373839404142 |
- # encoding: utf-8
- solr_collections = {"document":"http://47.97.221.63:8983/solr/",#文档
- "company":"http://47.97.210.202:8983/solr/",#公司
- "contact":"http://47.97.210.202:8983/solr/",#联系人
- "designed_project":"http://47.97.210.202:8983/solr/",
- "exclusive_project":"http://47.97.210.202:8983/solr/",
- "keyword_dict":"http://47.97.210.202:8983/solr/",
- "shen_pi_xiang_mu":"http://47.97.210.202:8983/solr/",#审批项目
- "t_company_qualification":"http://47.97.210.202:8983/solr/",
- "t_registrant":"http://47.97.210.202:8983/solr/"}
- mysql_host = "rm-bp1quo50k0q2ok73gi.mysql.rds.aliyuncs.com"
- mysql_port = 3306
- mysql_user = "bxkc_read"
- mysql_pass = "bxkc_20RE18AD"
- mysql_db = "bxkc"
- test_mysql_host = "192.168.2.170"
- test_mysql_port = 3306
- test_mysql_user = "root"
- test_mysql_pass = "pwdformysql0922"
- test_mysql_db = "exportDB"
- mongo_host = "47.98.60.3"
- mongo_port = 17017
- mongo_db = "bxkc"
- mongo_user = "bxkc_read"
- mongo_pass = "BidiReadOnly2017"
- elasticSearch_url = "http://47.97.210.202:9200/_search"
- # neo4j_host = "47.98.60.3"
- neo4j_host = "118.31.10.60"
- neo4j_port = 7687
- neo4j_user = "bxkc_web"
- neo4j_pass = "bxkc_web"
- oracle_host = "121.46.18.113"
- oracle_port = 10522
- oracle_user = "bxkc_data_readonly"
- oracle_pass = "P7WUrgcz0@#j8pjg"
- oracle_db = "yanphone"
|