setttings.py 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. # encoding: utf-8
  2. solr_collections = {"document":"http://47.97.221.63:8983/solr/",#文档
  3. "company":"http://47.97.210.202:8983/solr/",#公司
  4. "contact":"http://47.97.210.202:8983/solr/",#联系人
  5. "designed_project":"http://47.97.210.202:8983/solr/",
  6. "exclusive_project":"http://47.97.210.202:8983/solr/",
  7. "keyword_dict":"http://47.97.210.202:8983/solr/",
  8. "shen_pi_xiang_mu":"http://47.97.210.202:8983/solr/",#审批项目
  9. "t_company_qualification":"http://47.97.210.202:8983/solr/",
  10. "t_registrant":"http://47.97.210.202:8983/solr/"}
  11. mysql_host = "rm-bp1quo50k0q2ok73gi.mysql.rds.aliyuncs.com"
  12. mysql_port = 3306
  13. # mysql_user = "bxkc_read"
  14. # mysql_pass = "bxkc_20RE18AD"
  15. # mysql_user = "bxkc"
  16. # mysql_pass = "x$nWk2ED5w=Lu2Yz"
  17. mysql_user = "bxkc_id"
  18. mysql_pass = "Dh52kE&8Q*&vem*B"
  19. mysql_db = "bxkc"
  20. test_mysql_host = "192.168.2.170"
  21. test_mysql_port = 3306
  22. test_mysql_user = "root"
  23. test_mysql_pass = "pwdformysql0922"
  24. test_mysql_db = "exportDB"
  25. mongo_host = "47.98.60.3"
  26. mongo_port = 17017
  27. mongo_db = "bxkc"
  28. mongo_user = "bxkc_read"
  29. mongo_pass = "BidiReadOnly2017"
  30. elasticSearch_url = "http://47.97.210.202:9200/_search"
  31. # neo4j_host = "47.98.60.3"
  32. neo4j_host = "118.31.10.60"
  33. neo4j_port = 7687
  34. neo4j_user = "bxkc_web"
  35. neo4j_pass = "bxkc_web"
  36. oracle_host = "121.46.18.113"
  37. oracle_port = 10522
  38. oracle_host = "192.168.0.150"
  39. oracle_port = 1522
  40. # oracle_user = "BXKC_DATA_READONLY"
  41. # oracle_pass = "nXcQG3Z8DW=Hzr!h"
  42. oracle_user = "BXKC_WRITE"
  43. oracle_pass = "PHNhX3%rVy4@fDB&"
  44. # oracle_user = "bxkc_db"
  45. # oracle_pass = "xb9F#24Hd#5rStr9"
  46. oracle_db = "yanphone"
  47. ots_AccessKeyId = 'LTAI5tFuoxHm8Uxrr5nT8wTZ'
  48. ots_AccessKeySecret = 'Yp01bylJFx0al6teCaccY8hbtllBGg'
  49. smtp_host = "smtp.exmail.qq.com"
  50. smtp_username = "vip@bidizhaobiao.com"
  51. smtp_password = "Biaoxun66-"
  52. activateMQ_host = "192.168.0.109"
  53. # activateMQ_host = "121.46.18.113"
  54. activateMQ_port = 61613
  55. activateMQ_user = "admin"
  56. activateMQ_pswd = "admin"
  57. activateMQ_ali_host = "172.16.160.72"
  58. # activateMQ_ali_host = "172.16.147.13"
  59. # activateMQ_ali_host = "116.62.167.43"
  60. activateMQ_ali_port = 61613
  61. activateMQ_ali_user = "admin"
  62. activateMQ_ali_pswd = "admin"
  63. # attach_postgres_host = "121.46.18.113"
  64. # attach_postgres_host = "127.0.0.1"
  65. attach_postgres_host = "192.168.0.114"
  66. attach_postgres_port = 5432
  67. attach_postgres_user = "postgres"
  68. attach_postgres_pswd = "postgres"
  69. attach_postgres_db = "postgres"
  70. # REDIS_HOST="192.168.2.103"#本地测试环境
  71. REDIS_HOST="192.168.0.115"#线上环境
  72. REDIS_PORT=6379
  73. REDIS_PASS="daf!#@#fdasf234"