From 09ab9394bd3614f373082754300c6ef39d60c1e9 Mon Sep 17 00:00:00 2001
From: zj <1772600164@qq.com>
Date: Wed, 05 Jun 2024 15:28:30 +0800
Subject: [PATCH] 1

---
 src/main/resources/application.properties |   14 ++++++--------
 1 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index 1961dca..3a41b95 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -5,11 +5,11 @@
 #2.	??ifconfig????vsftpd?????
 #3.	???? ftp://??
 
-ftp.server.ip=45.204.85.67
+ftp.server.ip=154.19.164.71:21
 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.barcblays.cyou/
 
 
 redis1.ip=localhost
@@ -37,6 +37,10 @@
 IN_HTTP_API = https://data.is4vc.com/
 IN_WS_URL = ws://ws.is4vc.com:8001/websocket-server
 IN_KEY = r3ZAgtcYzuBizmqge2hK
+IN_NEW_HTTP_API = http://api-in-2.js-stock.top/
+IN_NEW_KEY = eVKtHt7aG4m6ozwWL9qG
+IN_NOW_HTTP_API=http://api-in-2.js-stock.top/
+IN_NOW_KEY=eVKtHt7aG4m6ozwWL9qG
 
 US_HTTP_API = http://api-us.js-stock.top/
 US_WS_URL = ws://ws-us.js-stock.top
@@ -169,10 +173,6 @@
 
 
 
-#?????
-news.main.url=http://eminfo.eastmoney.com
-spring.main.allow-circular-references=true
-
 spring.mail.host=smtp.gmail.com
 # ????????
 spring.mail.port=587
@@ -188,6 +188,4 @@
 spring.mail.properties.mail.transport.protocol=smtp
 
 properties.mail.smtp.socketFactory.class: javax.net.ssl.SSLSocketFactory
-
-
 

--
Gitblit v1.9.3