| | |
| | | # redis |
| | | redis: |
| | | database: 0 |
| | | host: 192.168.20.83 |
| | | #host: 192.168.20.83 |
| | | host: 127.0.0.1 |
| | | port: 6369 |
| | | password: rediS_5L#F4_Server |
| | | timeout: 10000 # 连接超时时长(毫秒) |
| | |
| | | datasource: |
| | | name: prod |
| | | # JDBC 基本配置 ¤tSchema=public |
| | | url: jdbc:postgresql://192.168.20.83:5433/moon?useAffectedRows=true |
| | | #url: jdbc:postgresql://127.0.0.1:5433/moon?useAffectedRows=true |
| | | #url: jdbc:postgresql://192.168.20.83:5433/moon?useAffectedRows=true |
| | | url: jdbc:postgresql://103.85.165.99:25432/moon?useAffectedRows=true |
| | | username: postgres |
| | | password: Postgres!_14_moon |
| | | #password: postgres |
| | |
| | | # IIS的主机地址 |
| | | iisHost: 127.0.0.1 |
| | | # FME服务地址 |
| | | fmeUrl: http://192.168.20.205:88/ |
| | | fmeUrl: http://127.0.0.1:88/ |
| | | # 出图服务 |
| | | exportServer: http://127.0.0.1/ExportMap |
| | | #exportServer: http://192.168.20.83:80/ExportMap |