管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2022-10-17 6fa8bb528da42fdf86f99492908619a2ee03d9ca
1
已修改1个文件
4 ■■■■ 文件已修改
src/main/resources/application.yml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/application.yml
@@ -12,7 +12,7 @@
  # redis
  redis:
    database: 0
    host: 127.0.0.1
    host: 192.168.20.39
    port: 6379
    password: rediS_5L#F4_Server
    timeout: 6000  # 连接超时时长(毫秒)
@@ -33,7 +33,7 @@
  datasource:
    name: prod
    # JDBC 基本配置
    url: jdbc:postgresql://127.0.0.1:5432/langfang?useAffectedRows=true
    url: jdbc:postgresql://192.168.20.39:5433/langfang?useAffectedRows=true
    username : postgres
    password: postgres
    driver-class-name: org.postgresql.Driver