cfg.j2 1021 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":"{{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. "hsbyBankSignZone": "08:00-18:00",
  17. "hsbyPayUrlWeb": "{{hsby_pay_url_web}}",
  18. "hsbySignUp": "{{hsby_signup}}",
  19. "hsbyRegister": "{{hsby_register}}",
  20. "iOS": "{{ios}}",
  21. "android": "{{android}}"
  22. }
  23. }