You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
initialization-fail-timeout: -1# Disable fail fast checking to avoid issues due to other pods not being started in time
17
+
url: ${DATABASE_URL}
18
+
driverClassName: org.postgresql.Driver
19
+
username: ${DATABASE_USER}
20
+
password: ${DATABASE_PASSWORD}
21
+
leak-detection-threshold: 40000# This should be slightly higher than the connection-timeout setting but not too high to avoid false positives and negatives.
0 commit comments