diff options
| author | jiang shan <[email protected]> | 2022-01-19 17:40:37 +0800 |
|---|---|---|
| committer | jiang shan <[email protected]> | 2022-01-19 17:40:37 +0800 |
| commit | 8f0bcae99ff94413324947d89d7162eb440c3545 (patch) | |
| tree | 3f5493d21acf6df5c995fc748b4e78aa73e21b65 /src/main/resources/application.yml | |
miniomaster
Diffstat (limited to 'src/main/resources/application.yml')
| -rw-r--r-- | src/main/resources/application.yml | 13 |
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 |
