From ff80c9f200e9470cd77c1653b72de253d88cfaa6 Mon Sep 17 00:00:00 2001
From: zyy <zyy@email.com>
Date: Thu, 30 Oct 2025 16:02:23 +0800
Subject: [PATCH] 新增美股暗池、ETF暗池
---
trading-order-admin/src/main/resources/application-dev.yml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/trading-order-admin/src/main/resources/application-dev.yml b/trading-order-admin/src/main/resources/application-dev.yml
index eb8a044..8dee311 100644
--- a/trading-order-admin/src/main/resources/application-dev.yml
+++ b/trading-order-admin/src/main/resources/application-dev.yml
@@ -58,7 +58,7 @@
config: classpath:redisson/redisson-dev.yml
config-spider: classpath:redisson/redisson-spider.yml
host: localhost
- port: 6379
+ port: 6380
# password:
freemarker:
check-template-location: false
@@ -114,10 +114,10 @@
http.server.host: http://localhost:8080/images/
admin_rest_url: https://enjdhdg.site/api
-images.dir: /mydata/img/
+images.dir: /www/wwwroot/alljys/img
admin_url: https://localhost:8080/admin
web_url: http://localhost:8080/wap/
-images_http: https://syimg.yanshiz.com/
+images_http: https://allimg.yanshiz.com/
email:
host: smtp.gmail.com
username: coinzne.com@gmail.com
--
Gitblit v1.9.3