m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/application.properties
diff options
context:
space:
mode:
authorMagdalena GrodziƄska <mag.grodzinska@gmail.com>2020-01-11 12:59:05 +0100
committerGitHub <noreply@github.com>2020-01-11 12:59:05 +0100
commitf54068421c2b4883b3fbcc4e003d83ff528b5cc4 (patch)
treef51ff1d4dfe7599eb513b093a27674cd20f78888 /src/main/resources/application.properties
parentea35ef1c86401257d82daf978d5870285f7c163e (diff)
parentfb16df8494e39327038a78b768538fefa3025337 (diff)
Merge pull request #95 from m-chrzan/small_fixes
Small fixes
Diffstat (limited to 'src/main/resources/application.properties')
-rw-r--r--src/main/resources/application.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index bb48ff5..ee983e2 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -1,7 +1,7 @@
-server.port=0
+server.port=8082
spring.application.name=CloudAtlas Client
-spring.thymeleaf.cache=false
+spring.thymeleaf.cache=true
spring.thymeleaf.enabled=true
spring.thymeleaf.prefix=classpath:/pl/edu/mimuw/cloudatlas/client/templates/
spring.thymeleaf.suffix=.html