baoshiwei
2025-06-10 65b25fde603de187efc3db827c9d384e35f00014
zhitan-admin/src/main/resources/application-prod.yml
@@ -6,7 +6,7 @@
    druid:
      # 主库数据源
      master:
        url: jdbc:postgresql://127.0.0.1:5432/postgres
        url: jdbc:postgresql://192.168.0.24:5432/postgres
        username: postgres
        password: 123456
      # 从库数据源
@@ -61,9 +61,9 @@
            multi-statement-allow: true
keycloak:
  # keycloak 服务器地址
  server-url: https://lanbaosystem.shlanbao.cn:8443
  server-url: https://lanbaosystem.shlanbao.cn:8444
  realm: lanbao
  client-id: DataCapture
  client-secret: kplisa4lJHEIM6knqefVbxln85QbA5NX
  redirect-uri: http://192.168.12.236:80/social-callback
  redirect-uri: http://192.168.0.24:8888/social-callback
  scopes: [openid, email, phone, profile]