diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index f11f49c..262cc25 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -8,12 +8,12 @@ server: spring: servlet: multipart: - max-file-size: 50MB - max-request-size: 50MB + max-file-size: 100MB + max-request-size: 100MB application: name: trading_system profiles: - active: dev + active: pro mvc: pathmatch: matching-strategy: ant_path_matcher