1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- # 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_user = "bxkc"
- # mysql_pass = "x$nWk2ED5w=Lu2Yz"
- mysql_user = "bxkc_id"
- mysql_pass = "Dh52kE&8Q*&vem*B"
- 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_host = "192.168.0.150"
- oracle_port = 1522
- # oracle_user = "BXKC_DATA_READONLY"
- # oracle_pass = "nXcQG3Z8DW=Hzr!h"
- oracle_user = "BXKC_WRITE"
- oracle_pass = "PHNhX3%rVy4@fDB&"
- # oracle_user = "bxkc_db"
- # oracle_pass = "xb9F#24Hd#5rStr9"
- oracle_db = "yanphone"
- ots_AccessKeyId = 'LTAI5tFuoxHm8Uxrr5nT8wTZ'
- ots_AccessKeySecret = 'Yp01bylJFx0al6teCaccY8hbtllBGg'
- smtp_host = "smtp.exmail.qq.com"
- smtp_username = "vip@bidizhaobiao.com"
- smtp_password = "Biaoxun66-"
- activateMQ_host = "192.168.0.109"
- # activateMQ_host = "121.46.18.113"
- activateMQ_port = 61613
- activateMQ_user = "admin"
- activateMQ_pswd = "admin"
- activateMQ_ali_host = "172.16.160.72"
- # activateMQ_ali_host = "172.16.147.13"
- # activateMQ_ali_host = "116.62.167.43"
- activateMQ_ali_port = 61613
- activateMQ_ali_user = "admin"
- activateMQ_ali_pswd = "admin"
- # attach_postgres_host = "121.46.18.113"
- # attach_postgres_host = "127.0.0.1"
- attach_postgres_host = "192.168.0.114"
- attach_postgres_port = 5432
- attach_postgres_user = "postgres"
- attach_postgres_pswd = "postgres"
- attach_postgres_db = "postgres"
- # REDIS_HOST="192.168.2.103"#本地测试环境
- REDIS_HOST="192.168.0.115"#线上环境
- REDIS_PORT=6379
- REDIS_PASS="daf!#@#fdasf234"
|