diff --git a/src/test/resources/application.yml b/src/test/resources/application.yml index c4f049ec..da58549f 100644 --- a/src/test/resources/application.yml +++ b/src/test/resources/application.yml @@ -9,6 +9,17 @@ spring: jpa: hibernate: ddl-auto: create-drop + data: + redis: + host: localhost + port: 6379 + +jwt: + secret: testtest + access-token: + expires-in: 86400000 + refresh-token: + expires-in: 1209600000 oauth: apple: