Skip to content

Commit f16f823

Browse files
committed
fix typos in bootRun section
1 parent ccd1ec0 commit f16f823

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

uaa/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)