Skip to content

Commit

Permalink
Changed the session storage target to "none" [#538]
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpierce committed Dec 27, 2020
1 parent 33b8230 commit 3e6594b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comixed-app/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spring.datasource.hikari.idle-timeout=30000
spring.datasource.hikari.pool-name=CX-Conn-Pool

# Session storage
# spring.session.store-type=jdbc
spring.session.store-type=none
# spring.session.jdbc.initialize-schema=always

# Liquibase changelog
Expand Down

0 comments on commit 3e6594b

Please sign in to comment.