Skip to content

Commit 3a8982f

Browse files
author
Shun Fan
committed
Fix include tags in appengine cloudsql sample
1 parent 0b3a7e9 commit 3a8982f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appengine/cloudsql/src/main/webapp/WEB-INF/appengine-web.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- [START_EXCLUDE] -->
32
<!--
43
Copyright 2016 Google Inc. All Rights Reserved.
54
Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +11,7 @@
1211
See the License for the specific language governing permissions and
1312
limitations under the License.
1413
-->
15-
<!-- [END_EXCLUDE] -->
14+
<!-- [START config] -->
1615
<appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
1716
<application>YOUR-PROJECT-ID</application>
1817
<version>YOUR-VERSION-ID</version>
@@ -23,3 +22,4 @@
2322
<property name="ae-cloudsql.local-database-url" value="jdbc:mysql://localhost/DATABASE-NAME?user=USERNAME&amp;PASSWORD=password&amp;useSSL=false" />
2423
</system-properties>
2524
</appengine-web-app>
25+
<!-- [END config] -->

0 commit comments

Comments
 (0)