Skip to content

Commit

Permalink
Public export of Nexus code:
Browse files Browse the repository at this point in the history
  - cfd3d6e25777c92c5606dc3147136c22fe66e704 by Matthew Piggott <[email protected]>

GitOrigin-RevId: cfd3d6e25777c92c5606dc3147136c22fe66e704
  • Loading branch information
mpiggott authored and sonatype-zion committed Apr 5, 2023
1 parent 7e20464 commit 309c4b0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,7 @@ protected static Option[] configureDatabase() {
.withEnv("POSTGRES_USER", DB_USER)
.withEnv("POSTGRES_PASSWORD", DB_PASSWORD)
.withLogConsumer(new Slf4jLogConsumer(LoggerFactory.getLogger(NexusPaxExamSupport.class)))
.withCommand("postgres", "-c", "max_connections=60")
.withClasspathResourceMapping("initialize-postgres.sql", "/docker-entrypoint-initdb.d/initialize-postgres.sql", READ_ONLY)
.waitingFor(Wait.forLogMessage(".*database system is ready to accept connections.*", 1));
return combine(null,
Expand Down

0 comments on commit 309c4b0

Please sign in to comment.