#1 update 增加预发布环境

Đã hợp nhất
18349259710 đã nhập 1 commit từ 17358629955/add-preview vào [3]s 2 năm trước cách đây
1 tập tin đã thay đổi với 9 bổ sung0 xóa
  1. 9 0
      pom.xml

+ 9 - 0
pom.xml

@@ -379,6 +379,15 @@
                 <nacos.namespace>sckw-service-platform</nacos.namespace>
             </properties>
         </profile>
+        <!--预发布环境-->
+        <profile>
+            <id>preview</id>
+            <properties>
+                <profiles.active>preview</profiles.active>
+                <nacos.server>10.10.10.240:8848</nacos.server>
+                <nacos.namespace>sckw-service-platform</nacos.namespace>
+            </properties>
+        </profile>
         <!--生产环境-->
         <profile>
             <id>prod</id>