From 26581a43d52f6f6e62607c51b8224cdc50191a80 Mon Sep 17 00:00:00 2001
From: jack <zengjieli93@163.com>
Date: Mon, 22 Apr 2024 18:07:29 +0800
Subject: [PATCH] 增加流水日志

---
 src/main/resources/application.properties |   17 ++++++++++++-----
 1 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index fe15f3e..424bb3d 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -5,12 +5,19 @@
 #2.	??ifconfig????vsftpd?????
 #3.	???? ftp://??
 
-ftp.server.ip=45.204.85.67
+#ftp.server.ip=23.224.235.226
+#ftp.user=ftp_stock
+#ftp.pass=123456
+#ftp.address =/www/wwwroot/ftp_stock/
+#ftp.server.http.prefix=https://img.essencefunds.com/
+
+
+
+ftp.server.ip=127.0.0.1
 ftp.user=ftp_stock
 ftp.pass=123456
 ftp.address =/www/wwwroot/ftp_stock/
-ftp.server.http.prefix=https://img.3falcon.com/
-
+ftp.server.http.prefix=https://img.marwadi.online/
 
 redis1.ip=localhost
 redis1.port=6379
@@ -34,8 +41,8 @@
 
 
 #股票key的地址
-IN_HTTP_API = http://api-in.js-stock.top/
-IN_WS_URL = ws://api-in-ws.js-stock.top
+IN_HTTP_API = https://data.is4vc.com/
+IN_WS_URL =ws://ws.is4vc.com:8001/websocket-server
 IN_KEY = r3ZAgtcYzuBizmqge2hK
 
 US_HTTP_API = http://api-us.js-stock.top/

--
Gitblit v1.9.3