xiangpei
4 天以前 e85cd3fe826efe0baaa3fc09ea371467127c370c
start/src/main/resources/application-prod.yml
@@ -18,13 +18,14 @@
    # redis 配置
    redis:
        # 地址
        host: 42.193.1.25
#        host: 42.193.1.25
        host: 127.0.0.1
        # 端口,默认为6379
        port: 6379
        # 数据库索引
        database: 2
        # 密码
        password: ycl2018
#        password: ycl2018
        # 连接超时时间
        timeout: 10s
        lettuce:
@@ -43,7 +44,7 @@
        druid:
            # 主库数据源
            master:
                url: jdbc:mysql://221.237.224.33:8066/project_management?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&allowMultiQueries=true
                url: jdbc:mysql://119.6.246.90:8066/project_management?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&allowMultiQueries=true
                username: root
                password: Mysql@my
            # 从库数据源
@@ -119,3 +120,6 @@
#  app: # app的功能是为flowable在spring中高效运行而提供了很多bean,与flowable本身的内容无关
#    enabled: true
#  check-process-definitions: true
# 用于替换动态表单的文件上传ip(更换服务器ip没调整)
targetIp: 119.6.246.90