|
@@ -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
|