File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
appengine/cloudsql/src/main/webapp/WEB-INF Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1111 See the License for the specific language governing permissions and
1212 limitations under the License.
1313-->
14- <!-- [START config ] -->
14+ <!-- [START gae_java_mysql_config ] -->
1515<appengine-web-app xmlns =" http://appengine.google.com/ns/1.0" >
1616 <threadsafe >true</threadsafe >
1717 <use-google-connector-j >true</use-google-connector-j >
2020 <property name =" ae-cloudsql.local-database-url" value =" jdbc:mysql://google/${database}?cloudSqlInstance=${INSTANCE_CONNECTION_NAME}& socketFactory=com.google.cloud.sql.mysql.SocketFactory& user=${user}& password=${password}& useSSL=false" />
2121 </system-properties >
2222</appengine-web-app >
23- <!-- [END config ] -->
23+ <!-- [END gae_java_mysql_config ] -->
You can’t perform that action at this time.
0 commit comments