Skip to content

Commit 09eb7bf

Browse files
authored
Update application.conf
update config
1 parent 50ce555 commit 09eb7bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/cromwell/application.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ database {
1414
profile = "slick.jdbc.MySQLProfile$"
1515
db {
1616
driver = "com.mysql.cj.jdbc.Driver"
17-
url = "jdbc:mysql://180.184.37.106:3306/wqw?rewriteBatchedStatements=true&useSSL=false"
17+
url = "jdbc:mysql://127.0.0.1:3306/wqw?rewriteBatchedStatements=true&useSSL=false"
1818
port = 3306
1919
user = "public"
20-
password = "Mirrors79"
20+
password = ""
2121
connectionTimeout = 5000
2222
}
2323
}

0 commit comments

Comments
 (0)