Skip to content

Commit cc0b145

Browse files
committed
updating yaml
1 parent bd87a34 commit cc0b145

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/grails-app/conf/application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,14 @@ environments:
8787
dataSource:
8888
pooled: true
8989
dbCreate: "update"
90-
url: "jdbc:mysql://localhost:3306/hpo_web?autoReconnect=trueuseSSL=false"
90+
url: "jdbc:mysql://localhost:3306/hpo_web?autoReconnect=TRUE&useSSL=false"
9191
username: "root"
9292
password: "password"
9393
test:
9494
dataSource:
9595
pooled: true
9696
dbCreate: "update"
97-
url: "jdbc:mysql://localhost:3306/hpo_web?autoReconnect=true&useSSL=false"
97+
url: "jdbc:mysql://localhost:3306/hpo_web?autoReconnect=TRUE&useSSL=false"
9898
username: ${HPO_MYSQL_USERNAME}
9999
password: ${HPO_MYSQL_PASSWORD}
100100
gcp:

0 commit comments

Comments
 (0)