Commit 1abf320c995cd7a14b97be2a360011951891f89c

Authored by Igor Kulikov
1 parent 4eeac7f9

Set spring.freemarker.checkTemplateLocation to false

@@ -439,6 +439,9 @@ updates: @@ -439,6 +439,9 @@ updates:
439 # Enable/disable updates checking. 439 # Enable/disable updates checking.
440 enabled: "${UPDATES_ENABLED:true}" 440 enabled: "${UPDATES_ENABLED:true}"
441 441
  442 +# spring freemarker configuration
  443 +spring.freemarker.checkTemplateLocation: "false"
  444 +
442 # spring CORS configuration 445 # spring CORS configuration
443 spring.mvc.cors: 446 spring.mvc.cors:
444 mappings: 447 mappings: