Skip to content

Commit

Permalink
Update region tags in appengine helloworld
Browse files Browse the repository at this point in the history
  • Loading branch information
Shun Fan committed May 4, 2016
1 parent 59a8be4 commit 4f53389
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- [START_EXCLUDE] -->
<!--
Copyright 2016 Google Inc. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -12,9 +11,10 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<!-- [END_EXCLUDE] -->
<!-- [START config] -->
<appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
<application>YOUR-PROJECT-ID</application>
<version>YOUR-VERSION-ID</version>
<threadsafe>true</threadsafe>
</appengine-web-app>
<!-- [END config] -->

0 comments on commit 4f53389

Please sign in to comment.