Skip to content
Snippets Groups Projects

Fix test yaml to fix tests

2 files
+ 5
10
Compare changes
  • Side-by-side
  • Inline

Files

@@ -23,8 +23,6 @@ spring:
active: development
thymeleaf:
mode: HTML
main:
allow-bean-definition-overriding: true
datasource:
url: jdbc:h2:mem:testdb
jpa:
@@ -40,13 +38,9 @@ server:
servlet:
session:
persistent: true
session:
persistent: true
liquibase:
queue:
gcmApiKey: 12345
pushPublicKey: 12345
pushPrivateKey: 12345
websocketURL: http://localhost:8081
Loading