generator-thundr-gae-react
Version:
Yeoman generator for a React app that runs atop Thundr on Google App Engine
14 lines (11 loc) • 459 B
text/xml
<appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
<!-- These will be managed using maven filters -->
<application>@appId@</application>
<version>@appVersion@</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>