summaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/application.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
new file mode 100644
index 0000000..70dcd09
--- /dev/null
+++ b/src/main/resources/application.yml
@@ -0,0 +1,13 @@
+spring:
+ web:
+ minio:
+ url: 192.168.101.129
+ port: 9000
+ accessKey: admin
+ secretKey: admin123
+ userSSL: false
+ bucketName: test
+ servlet:
+ multipart:
+ max-file-size: -1
+ max-request-size: -1 \ No newline at end of file