Created
February 11, 2018 08:18
-
-
Save rohgoyal/9521d90dcda046c9a3ad9f44dcc7c933 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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