From 6d935760458892927a550e5483e6ed55a46fc9fe Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期五, 03 二月 2023 14:04:34 +0800
Subject: [PATCH] 1

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

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 4d3f273..3347818 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -41,11 +41,11 @@
   datasource:
     name: prod
     # JDBC 鍩烘湰閰嶇疆 &currentSchema=public
-    url: jdbc:postgresql://192.168.20.205:5433/langfang?useAffectedRows=true
+    url: jdbc:postgresql://127.0.0.1:5433/langfang?useAffectedRows=true
     #url: jdbc:postgresql://127.0.0.1:5433/langfang?useAffectedRows=true
     username : postgres
-    password: Postgres!_14_Lf
-    #password: postgres
+    #password: Postgres!_14_Lf
+    password: postgres
     driver-class-name: org.postgresql.Driver
     paltform: POSTGRESQL
     type: com.alibaba.druid.pool.DruidDataSource
@@ -159,6 +159,6 @@
     # 涓存椂鐩綍锛堜复鏃朵笂浼犳枃浠讹級
     temp: D:\LF\temp
     # 鍙戝竷Mpt鐩綍
-    publishMpt: D:\LF\publish3dml
+    publishMpt: D:\LF\publishMpt
     # 鍙戝竷3DML鐩綍
-    publish3dml: D:\LF\publishMpt
+    publish3dml: D:\LF\publish3dml

--
Gitblit v1.9.3