Initial commit: Ignition 8.3.3 gateway config and watermeter project
This commit is contained in:
28
gateway.xml
Normal file
28
gateway.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
|
||||
<properties>
|
||||
<comment>Context Settings</comment>
|
||||
<entry key="context.props.version">3</entry>
|
||||
<entry key="context.startup.useautobackups">true</entry>
|
||||
<entry key="data.dir">data/</entry>
|
||||
<entry key="gateway.acceptCount">100</entry>
|
||||
<entry key="gateway.connectionTimeout">60000</entry>
|
||||
<entry key="gateway.excludedCipherSuites">[]</entry>
|
||||
<entry key="gateway.forceSecureRedirect">false</entry>
|
||||
<entry key="gateway.includedCipherSuites">[]</entry>
|
||||
<entry key="gateway.keepAliveTimeout">60000</entry>
|
||||
<entry key="gateway.maxKeepAliveRequests">200</entry>
|
||||
<entry key="gateway.maxThreads">300</entry>
|
||||
<entry key="gateway.metroSSLPort">8060</entry>
|
||||
<entry key="gateway.port">8088</entry>
|
||||
<entry key="gateway.publicAddress.address"></entry>
|
||||
<entry key="gateway.publicAddress.autoDetect">true</entry>
|
||||
<entry key="gateway.publicAddress.httpPort"></entry>
|
||||
<entry key="gateway.publicAddress.httpsPort"></entry>
|
||||
<entry key="gateway.resolveHostNames">false</entry>
|
||||
<entry key="gateway.sslport">8043</entry>
|
||||
<entry key="gateway.useProxyForwardedHeader">false</entry>
|
||||
<entry key="localdb.autobackup.count">5</entry>
|
||||
<entry key="localdb.autobackup.delay">60</entry>
|
||||
<entry key="localdb.faultbackup.count">3</entry>
|
||||
</properties>
|
||||
Reference in New Issue
Block a user