We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59a8be4 commit 4f53389Copy full SHA for 4f53389
appengine/helloworld/src/main/webapp/WEB-INF/appengine-web.xml
@@ -1,5 +1,4 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
-<!-- [START_EXCLUDE] -->
3
<!--
4
Copyright 2016 Google Inc. All Rights Reserved.
5
Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,9 +11,10 @@
12
11
See the License for the specific language governing permissions and
13
limitations under the License.
14
-->
15
-<!-- [END_EXCLUDE] -->
+<!-- [START config] -->
16
<appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
17
<application>YOUR-PROJECT-ID</application>
18
<version>YOUR-VERSION-ID</version>
19
<threadsafe>true</threadsafe>
20
</appengine-web-app>
+<!-- [END config] -->
0 commit comments