cfg.j2 1.0 KB

123456789101112131415161718192021222324
  1. {
  2. "{{go_queryservice_top}}": {
  3. "quoteUrl": "ws://{{ws2tcp_internet_addr}}:{{ws2tcp_quote_agent_listen_port}}",
  4. "tradeUrl": "ws://{{ws2tcp_internet_addr}}:{{ws2tcp_access_listen_port}}",
  5. "uploadUrl": "{{openonline_url}}/upload",
  6. "commSearchUrl": "{{search_url}}",
  7. "goCommonSearchUrl": "http://{{ws2tcp_internet_addr}}:{{go_queryservice_listen_port}}/api",
  8. "openApiUrl":"{{openonline_url}}",
  9. "mobileOpenUrl": "{{mobileopen_url}}",
  10. "mobileAuthUrl": "{{mobileauth_url}}",
  11. "quoteHost": "{{quote_agent_internet_addr}}",
  12. "quotePort": "{{quote_agent_listen_port}}",
  13. "tradeHost": "{{access_internet_addr}}",
  14. "tradePort": "{{access_listen_port}}",
  15. "newsUrl": "{{news_url}}",
  16. "pcNewsUrl": "{{pc_news_url}}",
  17. "hsbyBankSignZone": "08:00-18:00",
  18. "hsbyPayUrlWeb": "{{hsby_pay_url_web}}",
  19. "hsbySignUp": "{{hsby_signup}}",
  20. "hsbyRegister": "{{hsby_register}}",
  21. "iOS": "{{ios}}",
  22. "android": "{{android}}"
  23. }
  24. }