调整命名

pull/34/head
JianWeie 4 years ago
parent a83d6e471d
commit fddcda3c08

@ -1,21 +1,21 @@
{
"ConnectionStrings": {
"DbType": "MySql", //SqlServer,MySql
//"SqlConnection": "Server=127.0.0.1;uid=coreshop;pwd=coreshop;Database=coreshop;MultipleActiveResultSets=true;"
//"SqlConnection": "Server=127.0.0.1;uid=CoreShop;pwd=CoreShop;Database=CoreShop;MultipleActiveResultSets=true;"
//SqlServerMultipleActiveResultSets=true
// Service mysql
"SqlConnection": "Server=mysql;Port=3306;Database=coreshop;Uid=root;Pwd=admin"
"SqlConnection": "Server=mysql;Port=3306;Database=CoreShop;Uid=root;Pwd=admin"
// Mysqlmysql5.7
},
//
"HangFire": {
"Login": "coreshop",
"PassWord": "coreshop"
"Login": "CoreShop",
"PassWord": "CoreShop"
},
"AppConfig": {
"AppUrl": "https://admin.demo.coreshop.com.cn/", //
"AppInterFaceUrl": "https://api.demo.coreshop.com.cn/" //
"AppUrl": "https://admin.demo.CoreShop.com.cn/", //
"AppInterFaceUrl": "https://api.demo.CoreShop.com.cn/" //
},
//redisredis
"RedisConfig": {
@ -27,13 +27,13 @@
//jwt
"JwtConfig": {
"SecretKey": "8kh2luzmp0oq9wfbdeasygj647vr531n",
"Issuer": "coreshop",
"Audience": "corecms"
"Issuer": "CoreShop",
"Audience": "CoreCms"
},
//
"Cors": {
"PolicyName": "CorsIpAccess", //
"EnableAllIPs": false, //IP
"EnableAllIPs": false, //IPtrue
// /localhost:8000/
// http://127.0.0.1:1818 http://localhost:1818
"IPs": "http://127.0.0.1:2364,http://localhost:2364"
@ -147,9 +147,9 @@
},
"PayCallBack": {
//
"WeChatPayUrl": "https://api.demo.coreshop.com.cn/Notify/WeChatPay/Unifiedorder",
"WeChatPayUrl": "https://api.demo.CoreShop.com.cn/Notify/WeChatPay/Unifiedorder",
//退
"WeChatRefundUrl": "https://api.demo.coreshop.com.cn/Notify/WeChatPay/Refund",
"WeChatRefundUrl": "https://api.demo.CoreShop.com.cn/Notify/WeChatPay/Refund",
//
"AlipayUrl": "",
//退

@ -1,20 +1,20 @@
{
"ConnectionStrings": {
"DbType": "MySql", //SqlServer,MySql
//"SqlConnection": "Server=127.0.0.1;uid=coreshop;pwd=coreshop;Database=coreshop;MultipleActiveResultSets=true;"
//"SqlConnection": "Server=127.0.0.1;uid=CoreShop;pwd=CoreShop;Database=CoreShop;MultipleActiveResultSets=true;"
//SqlServerMultipleActiveResultSets=true
"SqlConnection": "Server=mysql;Port=3306;Database=coreshop;Uid=root;Pwd=admin"
// Mysqlmysql5.7
"SqlConnection": "Server=mysql;Port=3306;Database=CoreShop;Uid=root;Pwd=admin"
// Mysqlmysql5.7
},
//
"HangFire": {
"Login": "coreshop",
"PassWord": "coreshop"
"Login": "CoreShop",
"PassWord": "CoreShop"
},
"AppConfig": {
"AppUrl": "https://admin.demo.coreshop.com.cn/", //
"AppInterFaceUrl": "https://api.demo.coreshop.com.cn/" //
"AppUrl": "https://admin.demo.CoreShop.com.cn/", //
"AppInterFaceUrl": "https://api.demo.CoreShop.com.cn/" //
},
//redisredis
"RedisConfig": {
@ -25,13 +25,13 @@
//jwt
"JwtConfig": {
"SecretKey": "8kh2luzmp0oq9wfbdeasygj647vr531n",
"Issuer": "coreshop",
"Audience": "corecms"
"Issuer": "CoreShop",
"Audience": "CoreCms"
},
//
"Cors": {
"PolicyName": "CorsIpAccess", //
"EnableAllIPs": false, //IP
"EnableAllIPs": false, //IPtrue
// /localhost:8000/
// http://127.0.0.1:1818 http://localhost:1818
"IPs": "http://127.0.0.1:2364,http://localhost:2364"
@ -145,9 +145,9 @@
},
"PayCallBack": {
//
"WeChatPayUrl": "https://api.demo.coreshop.com.cn/Notify/WeChatPay/Unifiedorder",
"WeChatPayUrl": "https://api.demo.CoreShop.com.cn/Notify/WeChatPay/Unifiedorder",
//退
"WeChatRefundUrl": "https://api.demo.coreshop.com.cn/Notify/WeChatPay/Refund",
"WeChatRefundUrl": "https://api.demo.CoreShop.com.cn/Notify/WeChatPay/Refund",
//
"AlipayUrl": "",
//退

@ -233,6 +233,12 @@ https://api.coreshop.corecms.net/job
2. 欢迎提交 [issue](https://gitee.com/CoreUnion/CoreShop/issues),请写清楚遇到问题的原因、开发环境、复显步骤以及期望达到的效果。
### 💘 支持开源
- 希望CoreShop对您有用您的支持也是CoreShop开源的动力CoreShop有你更精彩
![感谢您的支持](https://files.cdn.corecms.net/coreshop/images/PayeeCode.jpg "PayeeCode.png")
### ☀️ 组织
- CoreShop 项目已加入 [dotNET China](https://gitee.com/dotnetchina) 组织。

Loading…
Cancel
Save