cfg.j2 990 B

1234567891011121314151617181920212223
  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":"{{openapi_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. "iOS": "{{ios}}",
  18. "android": "{{android}}",
  19. "otherPayUrl": "{{otherPayUrl}}",
  20. "oem": "{{oem}}",
  21. "pcMangerUrl": "{{pcMangerUrl}}"
  22. }
  23. }