Browse Source

Merge branch 'feature-V2.0' into 'master'

Feature v2.0

See merge request crowd-2019/crowd-test-service-backend!169
郭超 4 years ago
parent
commit
8d25ce9b5b
1 changed files with 8 additions and 1 deletions
  1. 8 1
      site/src/main/resources/application.yml

+ 8 - 1
site/src/main/resources/application.yml

@@ -1,6 +1,6 @@
 spring:
   profiles:
-     active: dev-localhost
+     active: dev-online
   cache:
     guava:
       spec: expireAfterWrite=30s
@@ -19,6 +19,9 @@ spring:
       enabled: true
       max-file-size: 100MB
       max-request-size: 100MB
+file:
+  save:
+    path: /var/www/
 
 oss:
   accessKeyId: LTAI4FdrT3HsfdR5edBVN7ws
@@ -214,6 +217,10 @@ user:
   service:
     baseUrl: http://59.42.10.53:8081
 
+file:
+  save:
+    path: /var/www/
+
 feature:
   client:
     oss: true