diff --git a/src/main/bundles/prod.bundle b/src/main/bundles/prod.bundle index 1f34d4d..dd37dd6 100644 Binary files a/src/main/bundles/prod.bundle and b/src/main/bundles/prod.bundle differ diff --git a/src/main/resources/application-test.properties b/src/main/resources/application-test.properties index fd2c3c7..980f089 100644 --- a/src/main/resources/application-test.properties +++ b/src/main/resources/application-test.properties @@ -1,2 +1,3 @@ spring.ldap.url=ldap://localhost:8391 spring.ldap.embedded.port=8391 +application.jwtSecret=test123 \ No newline at end of file