From 9ab1eedea1108e1b75ea89aa98669c179bbe3c2d Mon Sep 17 00:00:00 2001 From: wangqing <408564126@qq.com> Date: Wed, 27 Mar 2024 12:34:16 +0800 Subject: [PATCH] fix IpUtil unknow ip --- luoo_user/src/main/resources/bootstrap.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/luoo_user/src/main/resources/bootstrap.yml b/luoo_user/src/main/resources/bootstrap.yml index 2c580b1..a2c06ec 100644 --- a/luoo_user/src/main/resources/bootstrap.yml +++ b/luoo_user/src/main/resources/bootstrap.yml @@ -3,11 +3,15 @@ spring: config: name: user profile: dev +# profile: prod label: master +# uri: http://116.62.145.60:13000 uri: http://116.62.145.60:12000 # uri: http://127.0.0.1:12000 oauth2: weixin: - appid: wx667f580d1605650b - secret: 4bb42de98cb422d733ac7d50e7cade3b \ No newline at end of file + appid: wxae6fb76efa147314 +# appid: wx667f580d1605650b + secret: 741727f12d1b262ac855b905bf2e60e2 +# secret: 4bb42de98cb422d733ac7d50e7cade3b \ No newline at end of file