We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60f17a2 commit 47ecf80Copy full SHA for 47ecf80
appengine/twilio/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 2015 Google Inc. All Rights Reserved.
5
Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +11,7 @@
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>
@@ -23,4 +22,4 @@
23
22
<env-var name="TWILIO_NUMBER" value="YOUR-TWILIO-NUMBER" />
24
</env-variables>
25
</appengine-web-app>
26
-
+<!-- [END config] -->
0 commit comments