We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
appengine-web.xml
1 parent 475c58e commit c1bc681Copy full SHA for c1bc681
backend/src/main/webapp/WEB-INF/appengine-web.xml
@@ -0,0 +1,10 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
3
+ <application>myApplicationId</application>
4
+ <version>1</version>
5
+ <threadsafe>true</threadsafe>
6
+
7
+ <system-properties>
8
+ <property name="java.util.logging.config.file" value="WEB-INF/logging.properties" />
9
+ </system-properties>
10
+</appengine-web-app>
0 commit comments