|
@@ -0,0 +1,22 @@
|
|
|
+spring.profiles.active: private-localhost
|
|
|
+#spring.profiles.active: private-localhost
|
|
|
+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
|