| | |
| | | <add key="downloadFolder" value="D:\Moon\download"/> |
| | | <!-- PG连接 --> |
| | | <add key="pgConn" value="Server=192.168.20.83;Port=5433;Database=moon;User Id=postgres;Password=Postgres!_14_moon;"/> |
| | | <!-- WMTS地址 --> |
| | | <add key="wmtsUrl" value="http://219.153.49.10:7511/sj_raster/v6/wmts/service/system/10000201/1?ak=mf72ff9295c740ec0f37e61433e8a3ad8d"/> |
| | | <!--Py初始化参数--> |
| | | <add key="pyInitArgs" value="cd "C:/Program Files/QGIS 3.16/apps/Python37";"C:/Program Files/QGIS 3.16/bin/qgis_process-qgis-ltr.bat""/> |
| | | </appSettings> |
| | | <system.web> |
| | | <compilation debug="true" targetFramework="4.5.2" /> |
| | | <httpRuntime targetFramework="4.5.2" /> |
| | | <!-- maxRequestLength是上传文件时最大size(单位是KB,默认值是4096kb),executionTimeout是请求session(单位是秒,默认值是110s) --> |
| | | <httpRuntime maxRequestLength="2147483647" executionTimeout="8640000"/> |
| | | <pages controlRenderingCompatibilityVersion="4.0"/> |
| | | </system.web> |
| | | <system.webServer> |
| | | <security> |