Skip to content

Commit

Permalink
Fix backoffice request size for realistic talk abstracts
Browse files Browse the repository at this point in the history
  • Loading branch information
FroMage committed May 15, 2024
1 parent 175ed06 commit 15c9e31
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
%prod.quarkus.datasource.password=rivieradev
%prod.quarkus.datasource.jdbc.url=jdbc:postgresql://localhost:5435/rivieradev-2024

# we have rather large talk abstracts, I've seen 8kb abstracts, this is for backoffice
quarkus.http.limits.max-form-attribute-size=10M

quarkus.locales=en,fr
quarkus.default-locale=en

Expand Down

0 comments on commit 15c9e31

Please sign in to comment.