Skip to content

Instantly share code, notes, and snippets.

@hiranya911
Created February 4, 2018 20:12
Show Gist options
  • Save hiranya911/eb4e34b0157e2a95b8e91905cc03dc1c to your computer and use it in GitHub Desktop.
Save hiranya911/eb4e34b0157e2a95b8e91905cc03dc1c 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>${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