blob: 2bd3b7e0a22a05aa7d4f0c87350474d11441ef5c (
plain)
1
2
3
4
5
6
7
|
server.port=8082
spring.application.name=CloudAtlas Client
spring.thymeleaf.cache=false
spring.thymeleaf.enabled=true
spring.thymeleaf.prefix=classpath:/pl/edu/mimuw/cloudatlas/client/templates/
spring.thymeleaf.suffix=.html
|