{ "App": { "CorsOrigins": [ "http://localhost:5666", "http://localhost:30000", "http://localhost:30010", "http://localhost:30015", "http://localhost:30020", "http://localhost:30025", "http://localhost:30030", "http://localhost:30040", "http://localhost:30045", "http://localhost:30050", "http://localhost:30060" ], "Urls": { "Applications": { "MVC": { "RootUrl": "http://localhost:44385/", "Urls": { "Abp.Account.EmailConfirm": "Account/EmailConfirm", "Abp.Account.EmailVerifyLogin": "Account/VerifyCode" } }, "STS": { "RootUrl": "http://localhost:44385/" }, "VueVbenAdmin": { "RootUrl": "http://localhost:5666/", "Urls": { "Abp.Account.EmailConfirm": "account/email-confirm", "Abp.Account.EmailVerifyLogin": "account/verify-code" } } } } }, "Auditing": { "AllEntitiesSelector": true }, "DistributedCache": { "HideErrors": true, "KeyPrefix": "LINGYUN.Abp.Application", "GlobalCacheEntryOptions": { "SlidingExpiration": "30:00:00", "AbsoluteExpirationRelativeToNow": "60:00:00" } }, "ConnectionStrings": { "Default": "Host=localhost;Database=abp;Username=postgres;Password=123456" }, "CAP": { "EventBus": { "DefaultGroupName": "AuthServer", "Version": "v1", "FailedRetryInterval": 300, "FailedRetryCount": 10, "CollectorCleaningInterval": 3600000 }, "PostgreSql": { "TableNamePrefix": "auth", "ConnectionString": "Host=localhost;Database=abp;Username=postgres;Password=123456" }, "RabbitMQ": { "HostName": "localhost", "Port": 5672, "UserName": "admin", "Password": "123456", "ExchangeName": "LINGYUN.Abp.Application", "VirtualHost": "/" } }, "DistributedLock": { "IsEnabled": true, "Redis": { "Configuration": "localhost,defaultDatabase=13" } }, "Redis": { "Configuration": "localhost,defaultDatabase=10", "InstanceName": "LINGYUN.Abp.Application" }, "OssManagement": { "Bucket": "users" }, "RemoteServices": { "Platform": { "BaseUrl": "http://localhost:30025", "UseCurrentAccessToken": false } }, "AuthServer": { "Authority": "http://localhost:44385/", "Audience": "auth-server", "ValidAudiences": [ "lingyun-abp-application" ], "MapInboundClaims": false, "RequireHttpsMetadata": false }, "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": "Warning", "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" } } ] } } ] } }