We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd87a34 commit cc0b145Copy full SHA for cc0b145
server/grails-app/conf/application.yml
@@ -87,14 +87,14 @@ environments:
87
dataSource:
88
pooled: true
89
dbCreate: "update"
90
- url: "jdbc:mysql://localhost:3306/hpo_web?autoReconnect=trueuseSSL=false"
+ url: "jdbc:mysql://localhost:3306/hpo_web?autoReconnect=TRUE&useSSL=false"
91
username: "root"
92
password: "password"
93
test:
94
95
96
97
- url: "jdbc:mysql://localhost:3306/hpo_web?autoReconnect=true&useSSL=false"
98
username: ${HPO_MYSQL_USERNAME}
99
password: ${HPO_MYSQL_PASSWORD}
100
gcp:
0 commit comments