@@ -238,14 +238,14 @@ bootRun {
238238 mainClass = " org.cloudfoundry.experimental.boot.UaaBootApplication"
239239 systemProperty(" logging.level.org.springframework.security" , " TRACE" )
240240 systemProperty(" server.tomcat.basedir" , file(" ../scripts/boot/tomcat/" ). getAbsolutePath())
241- systemProperty(" logging.config" , file(" ../scripts/boot/log4j2.properties/ " ). getAbsolutePath())
241+ systemProperty(" logging.config" , file(" ../scripts/boot/log4j2.properties" ). getAbsolutePath())
242242 systemProperty(" SECRETS_DIR" , System . getProperty(" SECRETS_DIR" , file(" ../scripts/cargo" ). getAbsolutePath()))
243243 systemProperty(" spring.profiles.active" , System . getProperty(" spring.profiles.active" , " hsqldb" ))
244244 systemProperty(" metrics.perRequestMetrics" , System . getProperty(" metrics.perRequestMetrics" , " true" ))
245245 systemProperty(" smtp.host" , " localhost" )
246246 systemProperty(" smtp.port" , 2525 )
247247 systemProperty(" java.security.egd" , " file:/dev/./urandom" )
248- systemProperty(" CLOUDFOUNDRY_CONFIG_PATH" , file(" ../scripts/cargo " ). getAbsolutePath())
248+ systemProperty(" CLOUDFOUNDRY_CONFIG_PATH" , file(" ../scripts/boot " ). getAbsolutePath())
249249 systemProperty(" server.servlet.context-path" , " /uaa" )
250250 systemProperty(" statsd.enabled" , " true" )
251251}
0 commit comments