Prechádzať zdrojové kódy

update 增加预发布环境

chenlin 2 rokov pred
rodič
commit
97a2e12050
1 zmenil súbory, kde vykonal 9 pridanie a 0 odobranie
  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>