From 2762e01a72e93dc6703c06c701b28ceffe7c9de8 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Fri, 07 Oct 2022 21:46:32 +0800
Subject: [PATCH] fix

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

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 453c143..67f13f1 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -6,6 +6,8 @@
       timeout: 1
 
 spring:
+  profiles:
+    active: dev
   mvc:
     async:
       request-timeout: 20s
@@ -111,7 +113,7 @@
 cms:
   api-url: http://120.27.238.55:8878
   static-url: http://120.27.238.55:8000/cms/static/
-  template-path: /Users/helius/Desktop/template-online/template
+  template-path: /Users/helius/Documents/xcong/cms/test/template
   static-path: /Users/helius/Desktop/template-online/static
-  output-path: /Users/helius/Desktop/template-online/output
+  output-path: /Users/helius/Documents/xcong/cms/test/output
 

--
Gitblit v1.9.1