提交appsetting

This commit is contained in:
quowingwang
2025-12-09 14:05:12 +08:00
parent 81e17fd62f
commit 76c70da708

View File

@@ -29,7 +29,7 @@
"DbName": "ZrAdmin" //代码生成默认连接数据库
},
"corsUrls": [ "http://localhost:8887", "http://localhost:8886", "http://192.168.60.251:8877" ], //跨域地址(前端启动项目,前后端分离单独部署需要设置),多个用","隔开
"corsUrls": [ "http://localhost:8887", "http://localhost:8888", "http://192.168.60.251:8877" ], //跨域地址(前端启动项目,前后端分离单独部署需要设置),多个用","隔开
"JwtSettings": {
"Issuer": "ZRAdmin.NET", //即token的签发者。
"Audience": "ZRAdmin.NET", //指该token是服务于哪个群体的群体范围