|
@@ -1,23 +1,26 @@
|
|
|
-#spring.profiles.active: private-localhost
|
|
|
-spring.profiles.active: private-cloud
|
|
|
-
|
|
|
-server:
|
|
|
- port: 9003
|
|
|
-
|
|
|
----
|
|
|
-spring:
|
|
|
- profiles: private-localhost
|
|
|
-
|
|
|
-export:
|
|
|
- path: /Users/guochao/Desktop/corwd-file/xinchuang/excel
|
|
|
-crowd:
|
|
|
- frontend: http://127.0.0.1:5555
|
|
|
-
|
|
|
----
|
|
|
-spring:
|
|
|
- profiles: private-cloud
|
|
|
-
|
|
|
-export:
|
|
|
- path: /var/www/xinchuang/excel
|
|
|
-crowd:
|
|
|
- frontend: http://192.168.31.157:81
|
|
|
+spring.profiles.active: dev
|
|
|
+#spring.profiles.active: private-cloud
|
|
|
+
|
|
|
+server:
|
|
|
+ port: 9003
|
|
|
+
|
|
|
+---
|
|
|
+spring:
|
|
|
+ profiles: dev
|
|
|
+
|
|
|
+export:
|
|
|
+ path: /Users/guochao/Desktop/xinchuang/excel
|
|
|
+
|
|
|
+# 跳转至众测服务前端
|
|
|
+crowd:
|
|
|
+ frontend: http://127.0.0.1:5555
|
|
|
+
|
|
|
+
|
|
|
+---
|
|
|
+spring:
|
|
|
+ profiles: private-cloud
|
|
|
+
|
|
|
+export:
|
|
|
+ path: /var/www/xinchuang/excel
|
|
|
+crowd:
|
|
|
+ frontend: http://192.168.31.157:81
|