数据采集
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

zhimeng-configmap_dev.yaml 1.7 KiB

10 月之前
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. kind: ConfigMap
  2. apiVersion: v1
  3. metadata:
  4. name: zhimeng-cfg
  5. namespace: develop
  6. annotations:
  7. kubesphere.io/creator: dengbiao
  8. kubesphere.io/description: 智盟
  9. data:
  10. cfg.yml: |-
  11. # 当前域名
  12. debug: true
  13. curldebug: true
  14. prd: true
  15. local: false
  16. # 服务器参数
  17. srv_addr: ':5600'
  18. # 缓存
  19. redis_addr: 'redis:6379'
  20. admin:
  21. url: http://zhios-admin
  22. iurl: http://zhios-admin
  23. api_aes_key: e{&[^<wpliI$AgKs:>Ft(.~g]1eR-]VO
  24. api_aes_iv: ZV`7<5X]/2brS@sz
  25. zhios_open:
  26. url: http://zhios-open:5006
  27. supply:
  28. url: http://supply-chain-admin:5500
  29. official:
  30. url: http://zhios-official
  31. wxapplet_filepath:
  32. url: '/etc/zyos-admin/wx_check_file'
  33. app_comm:
  34. url: http://zhios-app-comm:5003
  35. website_backend:
  36. url: http://zhios-super-admin
  37. zhios_pay:
  38. url: http://pay.zhios.cn
  39. db:
  40. host: 'polardb'
  41. name: 'zyos_website'
  42. user: 'zhios'
  43. psw: 'ZHIoscnfnuo123@'
  44. show_log: true
  45. max_lifetime: 30
  46. max_open_conns: 100
  47. max_idle_conns: 100
  48. path: 'tmp/%s.log'
  49. # 日志
  50. log:
  51. app_name: 'applet'
  52. level: 'debug' # 普通日志级别 #debug, info, warn, fatal, panic
  53. is_stdout: true
  54. time_format: 'standard' # sec, second, milli, nano, standard, iso
  55. encoding: 'console'
  56. is_file_out: true
  57. file_dir: './tmp/'
  58. file_max_size: 256
  59. file_max_age: 1
  60. file_name: 'debug.log'
  61. # 连接RabbitMq
  62. mq:
  63. host: '116.62.62.35'
  64. port: '5672'
  65. user: 'zhios'
  66. pwd: 'ZHIoscnfnuo123'
  67. # 连接ElasticSearch
  68. es:
  69. url: 'http://120.55.48.175:9200'
  70. user: 'elastic'
  71. pwd: 'fnuo123'