diff --git a/cloudutil/src/main/resources/application-util-prod.yml b/cloudutil/src/main/resources/application-util-prod.yml index 29039116..7b43a817 100644 --- a/cloudutil/src/main/resources/application-util-prod.yml +++ b/cloudutil/src/main/resources/application-util-prod.yml @@ -21,7 +21,7 @@ eureka: # 指定eureka server通信地址,注意/eureka/小尾巴不能少 #defaultZone: http://admin:admin@peer1:8761/eureka/,http://admin:admin@peer2:8762/eureka/ # defaultZone: http://admin:admin@192.144.182.42:7010/eureka/ - defaultZone: http://admin:admin@81.70.54.64:7010/eureka/ + defaultZone: http://admin:admin@121.36.3.207:7010/eureka/ instance: # 是否注册IP到eureka server,如不指定或设为false,那就回注册主机名到eureka server prefer-ip-address: true diff --git a/ht/src/main/resources/application-prod.yml b/ht/src/main/resources/application-prod.yml index c399730b..aefec966 100644 --- a/ht/src/main/resources/application-prod.yml +++ b/ht/src/main/resources/application-prod.yml @@ -7,23 +7,24 @@ spring: name: ht datasource: type: com.alibaba.druid.pool.DruidDataSource - rabbitmq: - host: 127.0.0.1 - password: 111111 - port: 5672 - username: admin - redis: - database: 0 - host: 127.0.0.1 - jedis: - pool: - max-active: 200 - max-idle: 10 - max-wait: -1ms - min-idle: 0 - password: 'areowqr!@43ef' - port: 6379 - timeout: 1000ms + rabbitmq: + host: 121.36.3.207 + password: 111111 + port: 5672 + username: admin + redis: + database: 0 + host: 127.0.0.1 + jedis: + pool: + max-active: 200 + max-idle: 10 + max-wait: -1ms + min-idle: 0 +# password: 'areowqr!@43ef' + password: '' + port: 6379 + timeout: 1000ms swagger: @@ -38,4 +39,4 @@ ht: name: 认知功能评测云平台系统 eureka: instance: - ip-address: 81.70.54.64 \ No newline at end of file + ip-address: 119.3.214.36 \ No newline at end of file diff --git a/ht/src/main/resources/druid-prod.yml b/ht/src/main/resources/druid-prod.yml index f3fe04c5..60807137 100644 --- a/ht/src/main/resources/druid-prod.yml +++ b/ht/src/main/resources/druid-prod.yml @@ -15,7 +15,7 @@ spring: maxWait: 60000 minEvictableIdleTimeMillis: 300000 minIdle: 5 - password: + password: b3fd300ad4694070007fdcca961c4018211dc53235dd806ad62abc0cc0abb8e5 poolPreparedStatements: true servletLogSlowSql: true servletLoginPassword: 111111 @@ -27,7 +27,7 @@ spring: testOnReturn: false testWhileIdle: true timeBetweenEvictionRunsMillis: 60000 - url: jdbc:mysql://127.0.0.1/ht?useUnicode=true&characterEncoding=UTF-8 + url: jdbc:mysql://www.tall.wiki/ht?useUnicode=true&characterEncoding=UTF-8 username: root validationQuery: SELECT 1 FROM DUAL env: CCSENS_HT \ No newline at end of file diff --git a/question/src/main/resources/application-prod.yml b/question/src/main/resources/application-prod.yml index 7c1276b2..a62c18f8 100644 --- a/question/src/main/resources/application-prod.yml +++ b/question/src/main/resources/application-prod.yml @@ -8,7 +8,7 @@ spring: datasource: type: com.alibaba.druid.pool.DruidDataSource rabbitmq: - host: 127.0.0.1 + host: 121.36.3.207 password: 111111 port: 5672 username: admin @@ -21,7 +21,8 @@ spring: max-idle: 10 max-wait: -1ms min-idle: 0 - password: 'areowqr!@43ef' + password: '' +# password: 'areowqr!@43ef' port: 6379 timeout: 1000ms @@ -38,4 +39,4 @@ ht: name: 认知功能评测云平台系统 eureka: instance: - ip-address: 81.70.54.64 \ No newline at end of file + ip-address: 119.3.214.36 \ No newline at end of file diff --git a/question/src/main/resources/application.yml b/question/src/main/resources/application.yml index 1d437161..d082c0ea 100644 --- a/question/src/main/resources/application.yml +++ b/question/src/main/resources/application.yml @@ -1,4 +1,4 @@ spring: profiles: - active: green - include: common, util-green \ No newline at end of file + active: prod + include: common, util-prod \ No newline at end of file diff --git a/question/src/main/resources/druid-prod.yml b/question/src/main/resources/druid-prod.yml index 25a79271..d1dd9040 100644 --- a/question/src/main/resources/druid-prod.yml +++ b/question/src/main/resources/druid-prod.yml @@ -15,7 +15,7 @@ spring: maxWait: 60000 minEvictableIdleTimeMillis: 300000 minIdle: 5 - password: + password: b3fd300ad4694070007fdcca961c4018211dc53235dd806ad62abc0cc0abb8e5 poolPreparedStatements: true servletLogSlowSql: true servletLoginPassword: 111111 @@ -27,7 +27,7 @@ spring: testOnReturn: false testWhileIdle: true timeBetweenEvictionRunsMillis: 60000 - url: jdbc:mysql://127.0.0.1/question?useUnicode=true&characterEncoding=UTF-8 + url: jdbc:mysql://www.tall.wiki/question?useUnicode=true&characterEncoding=UTF-8 username: root validationQuery: SELECT 1 FROM DUAL env: CCSENS_HT \ No newline at end of file