Browse Source

增加配置J2文件

Simon Zhou 5 years ago
parent
commit
89c0d204f4
1 changed files with 10 additions and 0 deletions
  1. 10 0
      config/cfg.j2

+ 10 - 0
config/cfg.j2

@@ -0,0 +1,10 @@
+{
+    "{{go_queryservice_top}}": {
+        "quoteUrl": "ws://{{ws2tcp_internet_addr}}:{{ws2tcp_quote_agent_listen_port}}",
+        "tradeUrl": "ws://{{ws2tcp_internet_addr}}:{{ws2tcp_access_listen_port}}",
+        "uploadUrl": "{{openonline_url}}/upload",
+        "commSearchUrl": "{{search_url}}",
+        "goCommonSearchUrl": "http://{{ws2tcp_internet_addr}}:{{go_queryservice_listen_port}}/api",
+        "isShowInOutGold": "false"
+        }
+}