From 9b78e42138064fda4b067ae5bd59d48a9500ea94 Mon Sep 17 00:00:00 2001
From: liulin <lin.liu@aliyun.com>
Date: 星期三, 07 八月 2024 00:48:19 +0800
Subject: [PATCH] FileUtil

---
 src/main/resources/application-dev.yml |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml
index 295413e..2619b48 100644
--- a/src/main/resources/application-dev.yml
+++ b/src/main/resources/application-dev.yml
@@ -6,7 +6,7 @@
     date-format: yyyy-MM-dd HH:mm:ss
   datasource:
     driver-class-name: org.postgresql.Driver
-    url: jdbc:postgresql://113.250.189.120:57654/water_trade_center
+    url: jdbc:postgresql://113.250.189.120:57654/test_db1
     username: lunhan
     password: lunhan.20240330
     druid:
@@ -61,7 +61,3 @@
   executor-log-path: ./logs/xxl-job/jobhandler
   ### 执行器日志文件保存天数 [选填] : 过期日志自动清理, 限制值大于等于3时生效; 否则, 如-1, 关闭自动清理功能;
   executor-log-retention-days: 15
-
-api-set:
-  security_key: 3d54aa3834df
-  water_basic_url: http://113.250.189.120:8016

--
Gitblit v1.9.3