diff --git a/api-web/api-interface/src/main/resources/bootstrap-dev.yml b/api-web/api-interface/src/main/resources/bootstrap-dev.yml index a458763..31fe426 100644 --- a/api-web/api-interface/src/main/resources/bootstrap-dev.yml +++ b/api-web/api-interface/src/main/resources/bootstrap-dev.yml @@ -55,7 +55,7 @@ spring: host: 121.40.41.240 timeout: 5000 rabbitmq: - host: 121.40.41.240 - port: 5672 + host: rabit.iwulin.tech + port: 32407 username: admin - password: XiIg37HKfQg2 \ No newline at end of file + password: Ij_klfJ^$^_3IBs \ No newline at end of file diff --git a/api-web/api-interface/src/main/resources/bootstrap-online.yml b/api-web/api-interface/src/main/resources/bootstrap-online.yml index 021929a..1c5c9bb 100644 --- a/api-web/api-interface/src/main/resources/bootstrap-online.yml +++ b/api-web/api-interface/src/main/resources/bootstrap-online.yml @@ -49,26 +49,7 @@ spring: host: 172.16.5.230 timeout: 5000 rabbitmq: - host: 172.16.5.230 - port: 5672 - username: user - password: dk_eP^#fkLf30 - listener: - simple: - # 设置手动ack回复 - acknowledge-mode: manual - retry: - # 开启重试机制 - enabled: true - # 重试次数 - max-attempts: 3 - # 重试最大间隔时间 - max-interval: 100000 - # 重试初始间隔时间 - initial-interval: 100 - # 间隔时间因子 - multiplier: 20 - #设置消息发送回调 - publisher-returns: true - publisher-confirm-type: simple - virtual-host: / \ No newline at end of file + host: rabit.iwulin.tech + port: 32407 + username: admin + password: Ij_klfJ^$^_3IBs \ No newline at end of file