ai客服
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.

44 lines
851 B

1 month ago
  1. # Snowflake
  2. snowflake:
  3. node: 3
  4. # Server
  5. server:
  6. debug: 1
  7. host: ':27083'
  8. secret: '*jd*LUYj4L^92k%R&J4ds%'
  9. file_storage: 'oss'
  10. file_domain: ''
  11. default_router_text: 'default-router-content-text'
  12. # mysql dev
  13. mysql:
  14. host: 'gz-cdb-csndyoxx.sql.tencentcdb.com:63905'
  15. config: 'charset=utf8mb4&parseTime=True&loc=Local'
  16. dbname: 'xj_test'
  17. username: 'xj_test'
  18. password: 'xj_test123%'
  19. max_idle_conns: 10
  20. max_open_conns: 100
  21. # Redis
  22. redis:
  23. db: 0
  24. host: '127.0.0.1:6379'
  25. password: ''
  26. # amqp
  27. amqp:
  28. host: '127.0.0.1:5672'
  29. username: 'guest'
  30. password: 'guest'
  31. prefix: ''
  32. # COS
  33. cos:
  34. appid: '1316859833'
  35. bucket: 'xjw-1316859833'
  36. region: 'ap-guangzhou'
  37. secret_id: 'AKIDtc9RT9i8UheXJWXQEm7GBqELCqHivymL'
  38. secret_key: 'OYVGpBPSIwBKH506DD3iBXqzyjFYifQw'
  39. domain: 'https://xjw-1316859833.cos.ap-guangzhou.myqcloud.com/'