Skip to content

Commit

Permalink
Merge pull request #6 from Zocdoc/mr-hide-pwd
Browse files Browse the repository at this point in the history
fix: dont log password
  • Loading branch information
crossroad0201 committed Sep 27, 2018
2 parents 56cb08c + f444d11 commit 9e1e9c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
lazy val flywayAwsLambda = (project in file(".")).settings(
organization := "crossroad0201.aws",
name := "flyway-awslambda",
version := "0.3.0",
version := "0.3.1",
scalaVersion := "2.12.0",

assemblyJarName := s"${name.value}-${version.value}.jar",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ trait S3MigrationHandlerBase extends FlywayMigrator {
logger.log(
s"""--- Flyway configuration ------------------------------------
|flyway.url = ${d.url}
|flyway.user = ${d.user}
|flyway.password = ${d.password}
|flyway.user = ****
|flyway.password = ****
|
|SQL locations = ${d.location}
|SQL files = ${d.sqlFiles.mkString(", ")}
Expand Down

0 comments on commit 9e1e9c6

Please sign in to comment.