| | |
| | | server: |
| | | tomcat: |
| | | uri-encoding: UTF-8 |
| | | max-connections: 1000 |
| | | max-connections: 5000 |
| | | max-http-form-post-size: 50MB |
| | | threads: |
| | | max: 2000 |
| | | port: 9000 |
| | | servlet: |
| | | context-path: /MoonServer |
| | |
| | | host: 192.168.20.83 |
| | | port: 6369 |
| | | password: rediS_5L#F4_Server |
| | | timeout: 90000 # 连接超时时长(毫秒) |
| | | timeout: 10000 # 连接超时时长(毫秒) |
| | | lettuce: |
| | | pool: |
| | | max-active: 1000 # 连接池最大连接数(使用负值表示没有限制) |
| | |
| | | remote: |
| | | maxTotalConnect: 0 |
| | | maxConnectPerRoute: 1000 |
| | | connectTimeout: 5000 |
| | | readTimeout: 1800000 |
| | | connectTimeout: 30000 |
| | | readTimeout: -1 |
| | | |
| | | # 系统配置 |
| | | sys: |
| | |
| | | # IIS的主机地址 |
| | | iisHost: 127.0.0.1 |
| | | # FME服务地址 |
| | | fmeUrl: http://192.168.20.83:88/ |
| | | fmeUrl: http://192.168.20.205:88/ |
| | | # 出图服务 |
| | | exportServer: http://127.0.0.1/ExportMap |
| | | #exportServer: http://192.168.20.83:80/ExportMap |