config.prod.js 661 B

1234567891011121314151617181920212223242526272829
  1. module.exports = {
  2. redis: {
  3. host: 'localhost',
  4. port: '6379',
  5. password: ']34YzQhBQc',
  6. keyPrefix: '',
  7. },
  8. mariadbfuxi: {
  9. username: 'slibra',
  10. password: 'slibra1234',
  11. host: '8.140.54.35',
  12. database: 'fuxicarbon',
  13. port: 3306,
  14. },
  15. mariadb: {
  16. username: 'insight',
  17. password: 'insightqqwerd',
  18. host: '8.140.54.35',
  19. database: 'insight',
  20. port: 3306,
  21. },
  22. qiniu: {
  23. ACCESS_KEY: 'z7EU9DhXbF9Y0J462Qmo8a8HvCOu5KUhR3PiGN-9',
  24. SECRET_KEY: 't6LGwyfl4gFbckQtyk2QUYW1162u5e7oZh9Ixsnd',
  25. bucket: 'fuxicarbon',
  26. endpoint: 'https://static.fuxicarbon.com/',
  27. prefix: 'insight/', // 有的话 带/
  28. },
  29. };