{ "AgileConfig1": { "env": "DEV", "appId": "LINGYUN.Abp.AuthServer", "secret": "1q2w3E*", "nodes": "http://localhost:5000", "name": "AuthServer", "tag": "AuthServer" }, "App": { "TrackingEntitiesChanged": true, "SelfUrl": "http://localhost:44385/", "CorsOrigins": "http://localhost:4200,http://localhost:9527,http://localhost:3100" }, "AppSelfUrl": "http://localhost:44385/", "ConnectionStrings": { "Default": "Server=localhost;Database=IdentityServer;User Id=root;Password=123456", "AbpIdentity": "Server=localhost;Database=IdentityServer;User Id=root;Password=123456", "AbpIdentityServer": "Server=localhost;Database=IdentityServer;User Id=root;Password=123456", "AbpTenantManagement": "Server=localhost;Database=Platform;User Id=root;Password=123456", "AbpSettingManagement": "Server=localhost;Database=Platform;User Id=root;Password=123456", "AbpPermissionManagement": "Server=localhost;Database=Platform;User Id=root;Password=123456", "AbpFeatureManagement": "Server=localhost;Database=Platform;User Id=root;Password=123456" }, "CAP": { "EventBus": { "DefaultGroupName": "AuthServer", "Version": "v1", "FailedRetryInterval": 300, "FailedRetryCount": 10 }, "MySql": { "TableNamePrefix": "auth", "ConnectionString": "Server=localhost;Database=IdentityServer;User Id=root;Password=123456" }, "RabbitMQ": { "HostName": "localhost", "Port": 5672, "UserName": "guest", "Password": "guest", "ExchangeName": "LINGYUN.Abp.Application", "VirtualHost": "/" } }, "Redis": { "Configuration": "localhost,defaultDatabase=10", "InstanceName": "LINGYUN.Abp.Application" }, "AuthServer": { "Authority": "http://localhost:44385/", "ApiName": "lingyun-abp-application" }, "IdentityServer": { "Clients": { "AuthManagement": { "ClientId": "auth-management", "RootUrl": "http://localhost:44313/" }, "AuthVueAdmin": { "ClientId": "vue-admin-element" }, "AuthApiGateway": { "ClientId": "ApigatewayHostClient" }, "InternalService": { "ClientId": "internal-service-client" } } }, "Identity": { "Password": { "RequiredLength": 6, "RequiredUniqueChars": 0, "RequireNonAlphanumeric": false, "RequireLowercase": false, "RequireUppercase": false, "RequireDigit": false }, "Lockout": { "AllowedForNewUsers": false, "LockoutDuration": 5, "MaxFailedAccessAttempts": 5 }, "SignIn": { "RequireConfirmedEmail": false, "RequireConfirmedPhoneNumber": false } }, "AuditLogging": { "Elasticsearch": { "IndexPrefix": "abp.dev.auditing" } }, "Elasticsearch": { "NodeUris": "http://localhost:9200" }, "Serilog": { "MinimumLevel": { "Default": "Debug", "Override": { "System": "Warning", "Microsoft": "Warning", "DotNetCore": "Debug" } }, "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://localhost:9200", "indexFormat": "abp.dev.logging-{0:yyyy.MM.dd}", "autoRegisterTemplate": true, "autoRegisterTemplateVersion": "ESv7" } } ] } }