Skip to content

Reintroduce missing config in applciation.properties.template

Liam Clark requested to merge LiamClark/queue:template-fix into development

Additional fix for !129 (merged). A session store is in fact required for the development profile. When testing locally a build cache kept this setting in there and made it work. In CI the src/main/test/resources/application.properties was used, making the CI pass.

Merge request reports