An open API service indexing awesome lists of open source software.

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

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

```