Skip to content

Commit

Permalink
ssl?
Browse files Browse the repository at this point in the history
  • Loading branch information
keynmol committed Jun 3, 2024
1 parent 1c56318 commit a4b3970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/queue-processor/src/main/scala/FlyIOLoader.scala
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class FlyIOLoader(env: Map[String, String]):
user = userName,
password = Some(password),
database = dbName,
ssl = false
ssl = env.contains("FLY_PG_SSL")
)
}.toOption

Expand Down

0 comments on commit a4b3970

Please sign in to comment.