File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
appengine-java8/cloudsql-postgres Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 79
79
<dependency >
80
80
<groupId >com.google.cloud.sql</groupId >
81
81
<artifactId >postgres-socket-factory</artifactId >
82
- <version >1.0.10 </version >
82
+ <version >1.0.11 </version >
83
83
</dependency >
84
84
<!-- [END dependencies] -->
85
85
</dependencies >
Original file line number Diff line number Diff line change 17
17
<runtime >java8</runtime >
18
18
19
19
<system-properties >
20
- <property name =" cloudsql" value =" jdbc:postgresql://google/${database}?useSSL=false & socketFactoryArg =${INSTANCE_CONNECTION_NAME}& socketFactory=com.google.cloud.sql.postgres.SocketFactory& user=${user}& password=${password}" />
20
+ <property name =" cloudsql" value =" jdbc:postgresql://google/${database}?cloudSqlInstance =${INSTANCE_CONNECTION_NAME}& socketFactory=com.google.cloud.sql.postgres.SocketFactory& user=${user}& password=${password}" />
21
21
</system-properties >
22
22
</appengine-web-app >
23
23
<!-- [END config] -->
You can’t perform that action at this time.
0 commit comments