Skip to content
Snippets Groups Projects

Resolve "cookie name should be MINERVA_xxx"

Merged Piotr Gawron requested to merge 1984-cookie-name-should-be-minerva_xxx into master
3 files
+ 5
1
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -2,4 +2,5 @@ spring.flyway.enabled=false
spring.main.allow-circular-references=true
server.error.whitelabel.enabled=false
spring.mvc.view.prefix=/templates/
spring.mvc.view.suffix=.html
\ No newline at end of file
spring.mvc.view.suffix=.html
server.servlet.session.cookie.name: MINERVA_AUTH_TOKEN
\ No newline at end of file
Loading