Skip to content

Commit

Permalink
feat: 添加租户字符串配置
Browse files Browse the repository at this point in the history
  • Loading branch information
WangJunZzz committed Apr 6, 2024
1 parent b4b1c9d commit a11af34
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@
"CorsOrigins": "https://*.AbpPro.com,http://localhost:4200,http://localhost:3100"
},
"ConnectionStrings": {
"Default": "Data Source=43.139.143.143;Port=3306;Database=tenantdb;uid=root;pwd=1q2w3E*;charset=utf8mb4;Allow User Variables=true;AllowLoadLocalInfile=true"
"Default": "Data Source=localhost;Port=3306;Database=LionAbpProDB;uid=root;pwd=1q2w3E*;charset=utf8mb4;Allow User Variables=true;AllowLoadLocalInfile=true"
},
"Hangfire": {
"Redis": {
"Host": "43.139.143.143:6379,password=1q2w3E*",
"Host": "localhost:6379,password=1q2w3E*",
"DB": "2"
}
},
"Redis": {
"Configuration": "43.139.143.143:6379,password=1q2w3E*,defaultdatabase=5"
"Configuration": "localhost:6379,password=1q2w3E*,defaultdatabase=1"
},
"Jwt": {
"Audience": "Lion.AbpPro",
Expand All @@ -52,12 +52,11 @@
"ExpirationTime": 2
},
"Cap": {
"Enabled": true,
"Enabled": false,
"RabbitMq": {
"HostName": "43.139.143.143",
"HostName": "localhost",
"UserName": "admin",
"Password": "1q2w3E*",
"Port": 5672
"Password": "admin"
}
},
"ElasticSearch": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"ConnectionStrings": {
"Default": "Data Source=43.139.143.143;Port=3306;Database=tenantdb;uid=root;pwd=1q2w3E*;charset=utf8mb4;Allow User Variables=true;AllowLoadLocalInfile=true"
"Default": "Data Source=localhost;Port=3306;Database=LionAbpProDB;uid=root;pwd=1q2w3E*;charset=utf8mb4;Allow User Variables=true;AllowLoadLocalInfile=true"
}
}

0 comments on commit a11af34

Please sign in to comment.