drawio/war/WEB-INF/appengine-web.xml
Gaudenz Alder b7eaa0f0b2 7.4.4 release
Former-commit-id: 8be82dcd8f
2017-09-22 18:13:16 +02:00

27 lines
No EOL
866 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
<application>drawdotio</application>
<!-- IMPORTANT! DO NOT CHANGE THIS VALUE IN SOURCE CONTROL! -->
<version>test</version>
<!-- Configure java.util.logging -->
<system-properties>
<property name="java.util.logging.config.file" value="WEB-INF/logging.properties"/>
</system-properties>
<sessions-enabled>false</sessions-enabled>
<threadsafe>false</threadsafe>
<!-- Path patterns not supported in production -->
<static-files>
<include path="/**">
<http-header name="Access-Control-Allow-Origin" value="*"/>
</include>
</static-files>
<instance-class>F2</instance-class>
<automatic-scaling>
<min-idle-instances>1</min-idle-instances>
<max-idle-instances>1</max-idle-instances>
</automatic-scaling>
</appengine-web-app>