diff --git a/frontend/build.gradle b/frontend/build.gradle index 8368baa..51603cf 100644 --- a/frontend/build.gradle +++ b/frontend/build.gradle @@ -82,6 +82,7 @@ liberty { name = 'frontendServer' apps = [war] bootstrapProperties = ['httpPort': httpPort, 'httpsPort': httpsPort, 'application.name': applicationName] + configDirectory = file('src/main/liberty/config') } }