File tree Expand file tree Collapse file tree
appengine-java8/cloudsql-postgres Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7979 <dependency >
8080 <groupId >com.google.cloud.sql</groupId >
8181 <artifactId >postgres-socket-factory</artifactId >
82- <version >1.0.10 </version >
82+ <version >1.0.11 </version >
8383 </dependency >
8484 <!-- [END dependencies] -->
8585 </dependencies >
Original file line number Diff line number Diff line change 1717 <runtime >java8</runtime >
1818
1919 <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}" />
2121 </system-properties >
2222</appengine-web-app >
2323<!-- [END config] -->
You can’t perform that action at this time.
0 commit comments