Skip to content

Commit 4f53389

Browse files
author
Shun Fan
committed
Update region tags in appengine helloworld
1 parent 59a8be4 commit 4f53389

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
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,9 +11,10 @@
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>
1918
<threadsafe>true</threadsafe>
2019
</appengine-web-app>
20+
<!-- [END config] -->

0 commit comments

Comments
 (0)