diff --git a/src/test/resources/application.yml b/src/test/resources/application.yml new file mode 100644 index 00000000..7c8fa8ad --- /dev/null +++ b/src/test/resources/application.yml @@ -0,0 +1,14 @@ +spring: + data: + redis: + lettuce: + host: localhost + port: 6379 + redisson: + host: localhost + port: 6379 + +jwt: + issuer: test + expiry-seconds: 1800 + secret: thisisjusttestaccesssecretsodontworry