config.json 1.0 KB

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "release": false,
  3. "server_addr": "0.0.0.0:3080",
  4. "server_prefix": "http://192.168.1.10:3080",
  5. "time_format": "2006-01-02 15:04:05",
  6. "mysql_host": "122.112.224.199",
  7. "mysql_port": 3306,
  8. "mysql_user": "wine",
  9. "mysql_pass": "Wine-Mysql.122",
  10. "mysql_database": "wine",
  11. "redis_host": "122.112.224.199",
  12. "redis_port": 6379,
  13. "redis_pass": "hm123456",
  14. "redis_database": 10,
  15. "wx_pay_title": "贵州醴泉古酿酒业",
  16. "wx_merchant_acc": "1658095373",
  17. "wx_app_id": "wx7363e2fe8926d76d",
  18. "wx_api_cert_seq": "34931049643AF4C82415D882E6FF2875E2F5F1B7",
  19. "wx_api_cert_path": "./certs/apiclient_key.pem",
  20. "wx_api_v3_key": "3HangZhou2GuiZhou1LiQuanGuNiang0",
  21. "vip_scan_api": "http://192.168.1.10:3080/seller/vip-test",
  22. "vip_pay_api": "http://192.168.1.10:3080/seller/vip-pay",
  23. "vip_callback": "http://192.168.1.10:3080/seller/current_user",
  24. "server_private": "./certs/server-private.pem",
  25. "server_public": "./certs/server-public.pem",
  26. "client_private": "./certs/client-private.pem",
  27. "client_public": "./certs/client-public.pem"
  28. }