| | |
| | | tomcat: |
| | | uri-encoding: UTF-8 |
| | | max-connections: 1000 |
| | | port: 12316 |
| | | port: 10000 |
| | | servlet: |
| | | context-path: /server |
| | | |
| | |
| | | # redis |
| | | redis: |
| | | database: 0 |
| | | host: 127.0.0.1 |
| | | host: 192.168.20.83 |
| | | port: 6369 |
| | | password: rediS_5L#F4_Server |
| | | timeout: 90000 # 连接超时时长(毫秒) |
| | |
| | | datasource: |
| | | name: prod |
| | | # JDBC 基本配置 ¤tSchema=public |
| | | #url: jdbc:postgresql://103.85.165.99:5433/langfang?useAffectedRows=true |
| | | #url: jdbc:postgresql://192.168.20.205:5433/langfang?useAffectedRows=true |
| | | url: jdbc:postgresql://127.0.0.1:5433/langfang?useAffectedRows=true |
| | | url: jdbc:postgresql://192.168.20.83:5433/moon?useAffectedRows=true |
| | | #url: jdbc:postgresql://127.0.0.1:5433/langfang?useAffectedRows=true |
| | | username : postgres |
| | | #password: Postgres!_14_Lf |
| | | password: postgres |
| | |
| | | # IIS的主机地址 |
| | | iisHost: 127.0.0.1 |
| | | # FME服务地址 |
| | | #fmeUrl: http://103.85.165.99:8051/ |
| | | fmeUrl: http://192.168.20.205:88/ |
| | | fmeUrl: http://192.168.20.83:88/ |
| | | # 出图服务 |
| | | exportServer: http://127.0.0.1/ExportMap |
| | | #exportServer: http://103.85.165.99:8050/ExportMap |
| | | #exportServer: http://192.168.20.83:80/ExportMap |
| | | # Gdal驱动目录 |
| | | gdal_path: E:\terrait\TianJin\Zip\release-1928-x64-dev\release-1928-x64\bin |
| | | # 瓦片地址 |
| | | tile_path: E:\data\99.public\soft\LFData\2d\tiles |
| | | path: |
| | | # 下载目录 |
| | | download: D:\LF\download |
| | | download: D:\Moon\download |
| | | # 上传目录 |
| | | upload: D:\LF\upload |
| | | upload: D:\Moon\upload |
| | | # 临时目录 |
| | | temp: D:\LF\temp |
| | | temp: D:\Moon\temp |
| | | # 上传附件表 |
| | | attachTabs: bd.b_pac_hydrogeology,bd.b_pac_frozensoil,bd.b_pac_geologic_hazard,bd.b_pac_marine_meteorological,bd.b_pac_meteorological,bs.m_equipment_nameplate,bs.m_hydraulic_protection,bs.m_marker,bs.s_explorationpoint,bs.u_sectionline |
| | | attachTabs: bd.b_pac_hydrogeology,bs.u_sectionline |