diff --git a/VERSION b/VERSION index 7486fdb..f38fc53 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.2 +0.7.3 diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index a6413e0..02318d7 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,6 +1,9 @@ management.server.port=3000 server.compression.enabled=true server.error.whitelabel.enabled=false + +logging.level.org.thymeleaf=ERROR + retrosearch.encoding=UTF-8 retrosearch.html.version=3.2 retrosearch.search.locales=${SEARCH_LOCALES:en_US,en_GB,it_IT,de_DE,fr_FR,es_ES}