From 5dcdf0ab716c9edefb448a4b12e8225bd921c8e7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Magdalena=20Grodzi=C5=84ska?= <mag.grodzinska@gmail.com>
Date: Sat, 11 Jan 2020 19:00:13 +0100
Subject: Split attrib chart and adding zones

---
 src/main/resources/application.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src/main/resources/application.properties')

diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index ee983e2..2bd3b7e 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -1,7 +1,7 @@
 server.port=8082
 spring.application.name=CloudAtlas Client
 
-spring.thymeleaf.cache=true
+spring.thymeleaf.cache=false
 spring.thymeleaf.enabled=true
 spring.thymeleaf.prefix=classpath:/pl/edu/mimuw/cloudatlas/client/templates/
 spring.thymeleaf.suffix=.html
-- 
cgit v1.2.3