Browse Source

统一Workflow与Webhooks里的数据库配置

pull/855/head
李宏 2 years ago
parent
commit
d01c08173f
  1. 2
      apps/vue/package.json
  2. 8
      aspnet-core/services/LY.MicroService.WebhooksManagement.HttpApi.Host/appsettings.Development.json
  3. 20
      aspnet-core/services/LY.MicroService.WorkflowManagement.HttpApi.Host/appsettings.Development.json

2
apps/vue/package.json

@ -29,7 +29,7 @@
"test:gzip": "npx http-server dist --cors --gzip -c-1", "test:gzip": "npx http-server dist --cors --gzip -c-1",
"test:br": "npx http-server dist --cors --brotli -c-1", "test:br": "npx http-server dist --cors --brotli -c-1",
"reinstall": "rimraf pnpm-lock.yaml && rimraf package.lock.json && rimraf node_modules && npm run bootstrap", "reinstall": "rimraf pnpm-lock.yaml && rimraf package.lock.json && rimraf node_modules && npm run bootstrap",
"prepare": "husky install", "prepare": "cd ../../ & husky install",
"gen:icon": "esno ./build/generate/icon/index.ts" "gen:icon": "esno ./build/generate/icon/index.ts"
}, },
"dependencies": { "dependencies": {

8
aspnet-core/services/LY.MicroService.WebhooksManagement.HttpApi.Host/appsettings.Development.json

@ -23,7 +23,7 @@
} }
}, },
"ConnectionStrings": { "ConnectionStrings": {
"Default": "Server=127.0.0.1;Database=Workflow;User Id=root;Password=123456", "Default": "Server=127.0.0.1;Database=Platform-v70;User Id=root;Password=123456",
"Workflow": "Server=127.0.0.1;Database=Workflow;User Id=root;Password=123456", "Workflow": "Server=127.0.0.1;Database=Workflow;User Id=root;Password=123456",
"WorkflowManagement": "Server=127.0.0.1;Database=Workflow;User Id=root;Password=123456", "WorkflowManagement": "Server=127.0.0.1;Database=Workflow;User Id=root;Password=123456",
"AbpWorkflowCore": "Server=127.0.0.1;Database=Workflow;User Id=root;Password=123456", "AbpWorkflowCore": "Server=127.0.0.1;Database=Workflow;User Id=root;Password=123456",
@ -94,7 +94,7 @@
}, },
"Rebus": { "Rebus": {
"RabbitMQ": { "RabbitMQ": {
"Connection": "amqp://guest:guest@127.0.0.1:5672/" "Connection": "amqp://admin:admin@127.0.0.1:5672/"
} }
}, },
"Server": { "Server": {
@ -143,8 +143,8 @@
"RabbitMQ": { "RabbitMQ": {
"HostName": "127.0.0.1", "HostName": "127.0.0.1",
"Port": 5672, "Port": 5672,
"UserName": "guest", "UserName": "admin",
"Password": "guest", "Password": "admin",
"ExchangeName": "LINGYUN.Abp.Application", "ExchangeName": "LINGYUN.Abp.Application",
"VirtualHost": "/" "VirtualHost": "/"
} }

20
aspnet-core/services/LY.MicroService.WorkflowManagement.HttpApi.Host/appsettings.Development.json

@ -27,11 +27,11 @@
"Workflow": "Server=127.0.0.1;Database=Workflow;User Id=root;Password=123456", "Workflow": "Server=127.0.0.1;Database=Workflow;User Id=root;Password=123456",
"WorkflowManagement": "Server=127.0.0.1;Database=Workflow;User Id=root;Password=123456", "WorkflowManagement": "Server=127.0.0.1;Database=Workflow;User Id=root;Password=123456",
"AbpWorkflowCore": "Server=127.0.0.1;Database=Workflow;User Id=root;Password=123456", "AbpWorkflowCore": "Server=127.0.0.1;Database=Workflow;User Id=root;Password=123456",
"AbpFeatureManagement": "Server=127.0.0.1;Database=Platform;User Id=root;Password=123456", "AbpFeatureManagement": "Server=127.0.0.1;Database=Platform-v70;User Id=root;Password=123456",
"AbpPermissionManagement": "Server=127.0.0.1;Database=Platform;User Id=root;Password=123456", "AbpPermissionManagement": "Server=127.0.0.1;Database=Platform-v70;User Id=root;Password=123456",
"AbpLocalizationManagement": "Server=127.0.0.1;Database=Platform;User Id=root;Password=123456", "AbpLocalizationManagement": "Server=127.0.0.1;Database=Platform-v70;User Id=root;Password=123456",
"AbpSettingManagement": "Server=127.0.0.1;Database=Platform;User Id=root;Password=123456", "AbpSettingManagement": "Server=127.0.0.1;Database=Platform-v70;User Id=root;Password=123456",
"AbpSaas": "Server=127.0.0.1;Database=Platform;User Id=root;Password=123456" "AbpSaas": "Server=127.0.0.1;Database=Platform-v70;User Id=root;Password=123456"
}, },
"Quartz": { "Quartz": {
"UsePersistentStore": false, "UsePersistentStore": false,
@ -39,7 +39,7 @@
"quartz.jobStore.dataSource": "tkm", "quartz.jobStore.dataSource": "tkm",
"quartz.jobStore.type": "Quartz.Impl.AdoJobStore.JobStoreTX,Quartz", "quartz.jobStore.type": "Quartz.Impl.AdoJobStore.JobStoreTX,Quartz",
"quartz.jobStore.driverDelegateType": "Quartz.Impl.AdoJobStore.MySQLDelegate,Quartz", "quartz.jobStore.driverDelegateType": "Quartz.Impl.AdoJobStore.MySQLDelegate,Quartz",
"quartz.dataSource.tkm.connectionString": "Server=127.0.0.1;Database=Platform;User Id=root;Password=123456", "quartz.dataSource.tkm.connectionString": "Server=127.0.0.1;Database=Platform-v70;User Id=root;Password=123456",
"quartz.dataSource.tkm.connectionStringName": "TaskManagement", "quartz.dataSource.tkm.connectionStringName": "TaskManagement",
"quartz.dataSource.tkm.provider": "MySqlConnector", "quartz.dataSource.tkm.provider": "MySqlConnector",
"quartz.jobStore.clustered": "true", "quartz.jobStore.clustered": "true",
@ -94,7 +94,7 @@
}, },
"Rebus": { "Rebus": {
"RabbitMQ": { "RabbitMQ": {
"Connection": "amqp://guest:guest@127.0.0.1:5672/" "Connection": "amqp://admin:admin@127.0.0.1:5672/"
} }
}, },
"Server": { "Server": {
@ -138,13 +138,13 @@
}, },
"MySql": { "MySql": {
"TableNamePrefix": "wf", "TableNamePrefix": "wf",
"ConnectionString": "Server=127.0.0.1;Database=Platform;User Id=root;Password=123456" "ConnectionString": "Server=127.0.0.1;Database=Workflow;User Id=root;Password=123456"
}, },
"RabbitMQ": { "RabbitMQ": {
"HostName": "127.0.0.1", "HostName": "127.0.0.1",
"Port": 5672, "Port": 5672,
"UserName": "guest", "UserName": "admin",
"Password": "guest", "Password": "admin",
"ExchangeName": "LINGYUN.Abp.Application", "ExchangeName": "LINGYUN.Abp.Application",
"VirtualHost": "/" "VirtualHost": "/"
} }

Loading…
Cancel
Save