https://github.com/jagedn/client-content-length
issue overwriting micronaut properties
https://github.com/jagedn/client-content-length
Last synced: 2 months ago
JSON representation
issue overwriting micronaut properties
- Host: GitHub
- URL: https://github.com/jagedn/client-content-length
- Owner: jagedn
- Created: 2019-02-12T13:40:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-12T13:46:09.000Z (over 7 years ago)
- Last Synced: 2025-03-02T16:48:44.021Z (over 1 year ago)
- Language: Java
- Size: 51.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overwrite micronaut.http.client.max-content-length
```
MICRONAUT_HTTP_CLIENT_MAX_CONTENT_LENGTH=1mb \
MICRONAUT_HTTP_CLIENT_MAX_CONTENT=2MB \
MICRONAUT_HTTP_CLIENT_MAX_CONTENT_LENGTH_TEST=TEST \
./gradlew run
> Task :run
maxContentLength 10mb
maxContent 2MB
maxContentLengthTest TEST
```