|
|
|
@ -27,11 +27,11 @@ |
|
|
|
"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", |
|
|
|
"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", |
|
|
|
"AbpPermissionManagement": "Server=127.0.0.1;Database=Platform;User Id=root;Password=123456", |
|
|
|
"AbpLocalizationManagement": "Server=127.0.0.1;Database=Platform;User Id=root;Password=123456", |
|
|
|
"AbpSettingManagement": "Server=127.0.0.1;Database=Platform;User Id=root;Password=123456", |
|
|
|
"AbpSaas": "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-v70;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-v70;User Id=root;Password=123456", |
|
|
|
"AbpSaas": "Server=127.0.0.1;Database=Platform-v70;User Id=root;Password=123456" |
|
|
|
}, |
|
|
|
"Quartz": { |
|
|
|
"UsePersistentStore": false, |
|
|
|
@ -39,7 +39,7 @@ |
|
|
|
"quartz.jobStore.dataSource": "tkm", |
|
|
|
"quartz.jobStore.type": "Quartz.Impl.AdoJobStore.JobStoreTX,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.provider": "MySqlConnector", |
|
|
|
"quartz.jobStore.clustered": "true", |
|
|
|
@ -94,7 +94,7 @@ |
|
|
|
}, |
|
|
|
"Rebus": { |
|
|
|
"RabbitMQ": { |
|
|
|
"Connection": "amqp://guest:guest@127.0.0.1:5672/" |
|
|
|
"Connection": "amqp://admin:admin@127.0.0.1:5672/" |
|
|
|
} |
|
|
|
}, |
|
|
|
"Server": { |
|
|
|
@ -138,13 +138,13 @@ |
|
|
|
}, |
|
|
|
"MySql": { |
|
|
|
"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": { |
|
|
|
"HostName": "127.0.0.1", |
|
|
|
"Port": 5672, |
|
|
|
"UserName": "guest", |
|
|
|
"Password": "guest", |
|
|
|
"UserName": "admin", |
|
|
|
"Password": "admin", |
|
|
|
"ExchangeName": "LINGYUN.Abp.Application", |
|
|
|
"VirtualHost": "/" |
|
|
|
} |
|
|
|
|