diff --git a/New_College.Api/appsettings.json b/New_College.Api/appsettings.json index 9af73f3..8ff34fa 100644 --- a/New_College.Api/appsettings.json +++ b/New_College.Api/appsettings.json @@ -127,7 +127,7 @@ "EnableAllIPs": true, //是否应用所有的IP // 支持多个域名端口,注意端口号后不要带/斜杆:比如localhost:8000/,是错的 // 注意,http://127.0.0.1:1818 和 http://localhost:1818 是不一样的 - "IPs": "http://127.0.0.1:2364,http://localhost:2364,http://127.0.0.1:6391,http://localhost:6391,http://127.0.0.1:8080,http://localhost:8080,http://web.riyuemedia.cn,https://payment.riyuemedia.cn" + "IPs": "http://127.0.0.1:2364,http://localhost:2364,http://127.0.0.1:6391,http://localhost:6391,http://127.0.0.1:8080,http://localhost:8080,http://web.riyuemedia.cn,http://192.168.104.102:8081" }, "AppConfigAlert": { "Enabled": true