You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
131 lines
4.1 KiB
131 lines
4.1 KiB
{
|
|
"AgileConfig": {
|
|
"env": "DEV",
|
|
"appId": "LINGYUN.Abp.TaskManagement",
|
|
"secret": "1q2w3E*",
|
|
"nodes": "http://127.0.0.1:15000",
|
|
"name": "LINGYUN.Abp.TaskManagement",
|
|
"tag": "LINGYUN.Abp.TaskManagement"
|
|
},
|
|
"App": {
|
|
"TrackingEntitiesChanged": true
|
|
},
|
|
"CAP": {
|
|
"EventBus": {
|
|
"DefaultGroupName": "TaskManagement",
|
|
"Version": "v1",
|
|
"FailedRetryInterval": 300,
|
|
"FailedRetryCount": 10,
|
|
"CollectorCleaningInterval": 3600000
|
|
},
|
|
"MySql": {
|
|
"TableNamePrefix": "tsk",
|
|
"ConnectionString": "Server=localhost;Database=Platform;User Id=root;Password=123456"
|
|
},
|
|
"RabbitMQ": {
|
|
"HostName": "localhost",
|
|
"Port": 5672,
|
|
"UserName": "guest",
|
|
"Password": "guest",
|
|
"ExchangeName": "LINGYUN.Abp.Application",
|
|
"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"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"Default": "Server=127.0.0.1;Database=Platform;User Id=root;Password=123456",
|
|
"TaskManagement": "Server=127.0.0.1;Database=Platform;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",
|
|
"AbpTenantManagement": "Server=127.0.0.1;Database=Platform;User Id=root;Password=123456"
|
|
},
|
|
"RemoteServices": {
|
|
"AbpOssManagement": {
|
|
"BaseUrl": "http://127.0.0.1:30025",
|
|
"IdentityClient": "InternalServiceClient",
|
|
"UseCurrentAccessToken": false
|
|
}
|
|
},
|
|
"IdentityClients": {
|
|
"InternalServiceClient": {
|
|
"Authority": "http://127.0.0.1:44385",
|
|
"RequireHttps": false,
|
|
"GrantType": "client_credentials",
|
|
"Scope": "lingyun-abp-application",
|
|
"ClientId": "InternalServiceClient",
|
|
"ClientSecret": "1q2w3E*"
|
|
}
|
|
},
|
|
"DistributedLock": {
|
|
"Redis": {
|
|
"Configuration": "127.0.0.1,defaultDatabase=15"
|
|
}
|
|
},
|
|
"Redis": {
|
|
"Configuration": "127.0.0.1,defaultDatabase=10",
|
|
"InstanceName": "LINGYUN.Abp.Application"
|
|
},
|
|
"AuthServer": {
|
|
"Authority": "http://127.0.0.1:44385/",
|
|
"ApiName": "lingyun-abp-application",
|
|
"SwaggerClientId": "InternalServiceClient",
|
|
"SwaggerClientSecret": "1q2w3E*"
|
|
},
|
|
"Logging": {
|
|
"Serilog": {
|
|
"Elasticsearch": {
|
|
"IndexFormat": "abp.dev.logging-{0:yyyy.MM.dd}"
|
|
}
|
|
}
|
|
},
|
|
"AuditLogging": {
|
|
"Elasticsearch": {
|
|
"IndexPrefix": "abp.dev.auditing"
|
|
}
|
|
},
|
|
"Elasticsearch": {
|
|
"NodeUris": "http://127.0.0.1:9200"
|
|
},
|
|
"Serilog": {
|
|
"MinimumLevel": {
|
|
"Default": "Debug",
|
|
"Override": {
|
|
"System": "Warning",
|
|
"Microsoft": "Warning",
|
|
"DotNetCore": "Warning"
|
|
}
|
|
},
|
|
"WriteTo": [
|
|
{
|
|
"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://127.0.0.1:9200",
|
|
"indexFormat": "abp.dev.logging-{0:yyyy.MM.dd}",
|
|
"autoRegisterTemplate": true,
|
|
"autoRegisterTemplateVersion": "ESv7"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
|