Skip to content

Instantly share code, notes, and snippets.

@rohgoyal
Created February 11, 2018 08:18
Show Gist options
  • Save rohgoyal/9521d90dcda046c9a3ad9f44dcc7c933 to your computer and use it in GitHub Desktop.
Save rohgoyal/9521d90dcda046c9a3ad9f44dcc7c933 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
<application>_your_app_id_</application><!-- unused for Cloud SDK based tooling -->
<version>alpha-001</version><!-- unused for Cloud SDK based tooling -->
<threadsafe>true</threadsafe>
<runtime>java8</runtime>
</appengine-web-app>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment