UNPKG

generator-thundr-gae-angular1

Version:

Yeoman generator for an Angular 1.x app that runs atop Thundr on Google App Engine

13 lines (10 loc) 430 B
<?xml version="1.0" encoding="utf-8"?> <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> <system-properties> <property name="java.util.logging.config.file" value="WEB-INF/logging.properties"/> </system-properties> </appengine-web-app>