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..8dfe264 100644 --- a/api-web/api-interface/src/main/resources/bootstrap-dev.yml +++ b/api-web/api-interface/src/main/resources/bootstrap-dev.yml @@ -58,4 +58,9 @@ spring: host: 121.40.41.240 port: 5672 username: admin - password: XiIg37HKfQg2 \ No newline at end of file + password: XiIg37HKfQg2 +# rabbitmq: +# host: rabit.iwulin.tech +# port: 32407 +# username: admin +# 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 1c5c9bb..e011c01 100644 --- a/api-web/api-interface/src/main/resources/bootstrap-online.yml +++ b/api-web/api-interface/src/main/resources/bootstrap-online.yml @@ -49,7 +49,7 @@ spring: host: 172.16.5.230 timeout: 5000 rabbitmq: - host: rabit.iwulin.tech - port: 32407 + host: 121.40.41.240 + port: 5672 username: admin - password: Ij_klfJ^$^_3IBs \ No newline at end of file + password: XiIg37HKfQg2 \ No newline at end of file