{ "App": { "CorsOrigins": [ "http://localhost:5666", "http://localhost:30000" ], "ShowPii": true, "RefreshClaimsUrl": "http://localhost:30015" }, "Auditing": { "AllEntitiesSelector": true }, "DistributedCache": { "HideErrors": true, "KeyPrefix": "LINGYUN.Abp.Application", "GlobalCacheEntryOptions": { "SlidingExpiration": "30:00:00", "AbsoluteExpirationRelativeToNow": "60:00:00" } }, "ConnectionStrings": { "Default": "Host=127.0.0.1;Database=abp;Username=postgres;Password=123456" }, "Quartz": { "UsePersistentStore": true, "Properties": { "quartz.jobStore.dataSource": "tkm", "quartz.jobStore.type": "Quartz.Impl.AdoJobStore.JobStoreTX,Quartz", "quartz.jobStore.driverDelegateType": "Quartz.Impl.AdoJobStore.PostgreSQLDelegate,Quartz", "quartz.dataSource.tkm.connectionStringName": "Default", "quartz.dataSource.tkm.provider": "Npgsql", "quartz.jobStore.clustered": "true", "quartz.serializer.type": "json", "quartz.scheduler.instanceName": "WorkflowService", "quartz.scheduler.instanceId": "212c489d-cb5d-4e0a-bde9-80d4a29d379b" } }, "Elsa": { "Features": { "DefaultPersistence": { "Enabled": true, "ConnectionStringIdentifier": "Default", "YesSql": { "MySql": { "Enabled": true } }, "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": "Default", "YesSql": { "MySql": { "Enabled": true } }, "EntityFrameworkCore": { "MySql": { "Enabled": true } } }, "WorkflowSettings": { "Enabled": true, "ConnectionStringIdentifier": "Default", "YesSql": { "MySql": { "Enabled": true } }, "EntityFrameworkCore": { "MySql": { "Enabled": true } } } }, "Rebus": { "RabbitMQ": { "Connection": "amqp://admin:123456@localhost:5672/" } }, "Server": { "BaseUrl": "http://localhost:30035" } }, "RemoteServices": { "AbpOssManagement": { "BaseUrl": "http://localhost:30025", "IdentityClient": "InternalServiceClient", "UseCurrentAccessToken": false } }, "IdentityClients": { "InternalServiceClient": { "Authority": "http://localhost:44385", "RequireHttps": false, "GrantType": "client_credentials", "Scope": "lingyun-abp-application", "ClientId": "InternalServiceClient", "ClientSecret": "1q2w3E*" } }, "OssManagement": { "Bucket": "workflow" }, "DistributedLock": { "IsEnabled": true, "Redis": { "Configuration": "localhost,defaultDatabase=13" } }, "CAP": { "EventBus": { "DefaultGroupName": "WorkflowService", "GroupNamePrefix": "Dev", "Version": "v1", "FailedRetryInterval": 300, "FailedRetryCount": 10, "CollectorCleaningInterval": 3600000 }, "PostgreSql": { "TableNamePrefix": "wf", "ConnectionString": "Host=127.0.0.1;Database=abp;Username=postgres;Password=123456" }, "RabbitMQ": { "HostName": "localhost", "Port": 5672, "UserName": "admin", "Password": "123456", "ExchangeName": "LINGYUN.Abp.Application", "VirtualHost": "/" } }, "Redis": { "Configuration": "localhost,defaultDatabase=10", "InstanceName": "LINGYUN.Abp.Application" }, "AuthServer": { "Authority": "http://localhost:44385/", "Audience": "workflow-service", "ValidAudiences": [ "lingyun-abp-application" ], "MapInboundClaims": false, "RequireHttpsMetadata": false, "ElsaClientId": "InternalServiceClient", "SwaggerClientId": "vue-oauth-client" }, "Logging": { "Serilog": { "Elasticsearch": { "IndexFormat": "abp.dev.logging-{0:yyyy.MM.dd}" } } }, "AuditLogging": { "Elasticsearch": { "IndexPrefix": "abp.dev.auditing" } }, "Elasticsearch": { "NodeUris": "http://elasticsearch" }, "Serilog": { "MinimumLevel": { "Default": "Information", "Override": { "System": "Warning", "Microsoft": "Warning", "DotNetCore": "Warning" } }, "WriteTo": [ { "Name": "Async", "Args": { "configure": [ { "Name": "Console", "Args": { "restrictedToMinimumLevel": "Debug", "outputTemplate": "{Timestamp:yyyy-MM-dd HH:mm:ss} [{Level:u3}] [{SourceContext}] [{ProcessId}] [{ThreadId}] - {Message:lj}{NewLine}{Exception}" } }, { "Name": "Elasticsearch", "Args": { "nodeUris": "http://localhost:9200", "indexFormat": "abp.dev.logging-{0:yyyy.MM.dd}", "autoRegisterTemplate": true, "autoRegisterTemplateVersion": "ESv7" } } ] } } ] } }