|
|
|
@ -2,11 +2,14 @@ |
|
|
|
"AgileConfig": { |
|
|
|
"IsEnabled": false, |
|
|
|
"env": "DEV", |
|
|
|
"appId": "LINGYUN.Abp.WebhooksManagement", |
|
|
|
"appId": "LINGYUN.Abp.Workflow", |
|
|
|
"secret": "1q2w3E*", |
|
|
|
"nodes": "http://127.0.0.1:15000", |
|
|
|
"name": "LINGYUN.Abp.WebhooksManagement", |
|
|
|
"tag": "LINGYUN.Abp.WebhooksManagement" |
|
|
|
"name": "LINGYUN.Abp.Workflow", |
|
|
|
"tag": "LINGYUN.Abp.Workflow" |
|
|
|
}, |
|
|
|
"App": { |
|
|
|
"CorsOrigins": "http://127.0.0.1:3100" |
|
|
|
}, |
|
|
|
"Auditing": { |
|
|
|
"AllEntitiesSelector": true |
|
|
|
@ -20,27 +23,91 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"ConnectionStrings": { |
|
|
|
"Default": "Server=127.0.0.1;Database=Platform-v70;User Id=root;Password=123456", |
|
|
|
"WebhooksManagement": "Server=127.0.0.1;Database=Platform-v70;User Id=root;Password=123456", |
|
|
|
"TaskManagement": "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", |
|
|
|
"Default": "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", |
|
|
|
"AbpWorkflowCore": "Server=127.0.0.1;Database=Workflow;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", |
|
|
|
"AbpSettingManagement": "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" |
|
|
|
}, |
|
|
|
"DistributedLock": { |
|
|
|
"IsEnabled": true, |
|
|
|
"Redis": { |
|
|
|
"Configuration": "127.0.0.1,defaultDatabase=15" |
|
|
|
"Quartz": { |
|
|
|
"UsePersistentStore": false, |
|
|
|
"Properties": { |
|
|
|
"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-v70;User Id=root;Password=123456", |
|
|
|
"quartz.dataSource.tkm.connectionStringName": "TaskManagement", |
|
|
|
"quartz.dataSource.tkm.provider": "MySqlConnector", |
|
|
|
"quartz.jobStore.clustered": "true", |
|
|
|
"quartz.serializer.type": "json", |
|
|
|
"quartz.scheduler.instanceName": "workflow", |
|
|
|
"quartz.scheduler.instanceId": "212c489d-cb5d-4e0a-bde9-80d4a29d379b" |
|
|
|
} |
|
|
|
}, |
|
|
|
"OpenTelemetry": { |
|
|
|
"IsEnabled": true, |
|
|
|
"ZipKin": { |
|
|
|
"Endpoint": "http://127.0.0.1:9411/api/v2/spans" |
|
|
|
"Elsa": { |
|
|
|
"Features": { |
|
|
|
"DefaultPersistence": { |
|
|
|
"Enabled": true, |
|
|
|
"ConnectionStringIdentifier": "Workflow", |
|
|
|
"EntityFrameworkCore": { |
|
|
|
"MySql": { |
|
|
|
"Enabled": true |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
"Console": true, |
|
|
|
"Http": true, |
|
|
|
"Email": true, |
|
|
|
"TemporalQuartz": true, |
|
|
|
"JavaScriptActivities": true, |
|
|
|
"UserTask": true, |
|
|
|
"Conductor": true, |
|
|
|
"Telnyx": true, |
|
|
|
"BlobStoring": true, |
|
|
|
"Emailing": true, |
|
|
|
"Notification": true, |
|
|
|
"Sms": true, |
|
|
|
"IM": true, |
|
|
|
"PublishWebhook": true, |
|
|
|
"Webhooks": { |
|
|
|
"Enabled": true, |
|
|
|
"ConnectionStringIdentifier": "Workflow", |
|
|
|
"EntityFrameworkCore": { |
|
|
|
"MySql": { |
|
|
|
"Enabled": true |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
"WorkflowSettings": { |
|
|
|
"Enabled": true, |
|
|
|
"ConnectionStringIdentifier": "Workflow", |
|
|
|
"EntityFrameworkCore": { |
|
|
|
"MySql": { |
|
|
|
"Enabled": true |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
"Rebus": { |
|
|
|
"RabbitMQ": { |
|
|
|
"Connection": "amqp://guest:guest@127.0.0.1:5672/" |
|
|
|
} |
|
|
|
}, |
|
|
|
"Server": { |
|
|
|
"BaseUrl": "http://127.0.0.1:30035" |
|
|
|
} |
|
|
|
}, |
|
|
|
"RemoteServices": { |
|
|
|
"AbpOssManagement": { |
|
|
|
"BaseUrl": "http://127.0.0.1:30025", |
|
|
|
"IdentityClient": "InternalServiceClient", |
|
|
|
"UseCurrentAccessToken": false |
|
|
|
} |
|
|
|
}, |
|
|
|
"RemoteServices": {}, |
|
|
|
"IdentityClients": { |
|
|
|
"InternalServiceClient": { |
|
|
|
"Authority": "http://127.0.0.1:44385", |
|
|
|
@ -51,17 +118,27 @@ |
|
|
|
"ClientSecret": "1q2w3E*" |
|
|
|
} |
|
|
|
}, |
|
|
|
"OssManagement": { |
|
|
|
"Bucket": "workflow" |
|
|
|
}, |
|
|
|
"DistributedLock": { |
|
|
|
"IsEnabled": true, |
|
|
|
"Redis": { |
|
|
|
"Configuration": "127.0.0.1,defaultDatabase=15" |
|
|
|
} |
|
|
|
}, |
|
|
|
"CAP": { |
|
|
|
"EventBus": { |
|
|
|
"DefaultGroupName": "WebhooksManagement", |
|
|
|
"DefaultGroupName": "Workflow", |
|
|
|
"GroupNamePrefix": "Dev", |
|
|
|
"Version": "v1", |
|
|
|
"FailedRetryInterval": 300, |
|
|
|
"FailedRetryCount": 10 |
|
|
|
"FailedRetryCount": 10, |
|
|
|
"CollectorCleaningInterval": 3600000 |
|
|
|
}, |
|
|
|
"MySql": { |
|
|
|
"TableNamePrefix": "wkm", |
|
|
|
"ConnectionString": "Server=127.0.0.1;Database=Platform;User Id=root;Password=123456" |
|
|
|
"TableNamePrefix": "wf", |
|
|
|
"ConnectionString": "Server=127.0.0.1;Database=Platform-v70;User Id=root;Password=123456" |
|
|
|
}, |
|
|
|
"RabbitMQ": { |
|
|
|
"HostName": "127.0.0.1", |
|
|
|
@ -72,21 +149,6 @@ |
|
|
|
"VirtualHost": "/" |
|
|
|
} |
|
|
|
}, |
|
|
|
"Quartz": { |
|
|
|
"UsePersistentStore": false, |
|
|
|
"Properties": { |
|
|
|
"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.connectionStringName": "TaskManagement", |
|
|
|
"quartz.dataSource.tkm.provider": "MySqlConnector", |
|
|
|
"quartz.jobStore.clustered": "true", |
|
|
|
"quartz.serializer.type": "json", |
|
|
|
"quartz.scheduler.instanceName": "webhook", |
|
|
|
"quartz.scheduler.instanceId": "35bdbf8d-8c51-479b-970d-f09e6093b1ce" |
|
|
|
} |
|
|
|
}, |
|
|
|
"Redis": { |
|
|
|
"Configuration": "127.0.0.1,defaultDatabase=10", |
|
|
|
"InstanceName": "LINGYUN.Abp.Application" |
|
|
|
@ -94,6 +156,7 @@ |
|
|
|
"AuthServer": { |
|
|
|
"Authority": "http://127.0.0.1:44385/", |
|
|
|
"ApiName": "lingyun-abp-application", |
|
|
|
"ElsaClientId": "InternalServiceClient", |
|
|
|
"SwaggerClientId": "InternalServiceClient", |
|
|
|
"SwaggerClientSecret": "1q2w3E*" |
|
|
|
}, |
|
|
|
|