From f02b01f524ee3f48f460890881d8411dc5e7413a Mon Sep 17 00:00:00 2001
From: zyy <zyy@email.com>
Date: Tue, 04 Nov 2025 18:35:05 +0800
Subject: [PATCH] 1
---
trading-order-admin/src/main/resources/application-dev.yml | 10 +++++-----
1 files changed, 5 insertions(+), 5 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..420cd9d 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
@@ -130,9 +130,9 @@
config:
timezone:
# 配置当前盘口存储数据使用的时区
- record: GMT+8
+ record: America/New_York
# 配置当前盘口展示数据使用的时区
- show: GMT+8
+ show: America/New_York
sign:
encryption-key: d78585e683ed11eaa13f0242ac110003
--
Gitblit v1.9.3