Created
February 4, 2018 20:12
-
-
Save hiranya911/eb4e34b0157e2a95b8e91905cc03dc1c 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>${app.id}</application> | |
<version>${app.version}</version> | |
<threadsafe>true</threadsafe> | |
<runtime>java8</runtime> | |
<system-properties> | |
<property name="java.util.logging.config.file" value="WEB-INF/logging.properties"/> | |
</system-properties> | |
</appengine-web-app> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment