We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50ce555 commit 09eb7bfCopy full SHA for 09eb7bf
charts/cromwell/application.conf
@@ -14,10 +14,10 @@ database {
14
profile = "slick.jdbc.MySQLProfile$"
15
db {
16
driver = "com.mysql.cj.jdbc.Driver"
17
- url = "jdbc:mysql://180.184.37.106:3306/wqw?rewriteBatchedStatements=true&useSSL=false"
+ url = "jdbc:mysql://127.0.0.1:3306/wqw?rewriteBatchedStatements=true&useSSL=false"
18
port = 3306
19
user = "public"
20
- password = "Mirrors79"
+ password = ""
21
connectionTimeout = 5000
22
}
23
0 commit comments