|
|
|
@ -3,7 +3,7 @@ |
|
|
|
"env": "DEV", |
|
|
|
"appId": "LINGYUN.Abp.Platform", |
|
|
|
"secret": "1q2w3E*", |
|
|
|
"nodes": "http://localhost:5000", |
|
|
|
"nodes": "http://127.0.0.1:5000", |
|
|
|
"name": "Platform", |
|
|
|
"tag": "Platform" |
|
|
|
}, |
|
|
|
@ -11,20 +11,20 @@ |
|
|
|
"Forwarded": { |
|
|
|
"ForwardedHeaders": 5, |
|
|
|
"KnownProxies": [ |
|
|
|
"localhost" |
|
|
|
"127.0.0.1" |
|
|
|
] |
|
|
|
}, |
|
|
|
"CorsOrigins": "http://localhost:3100" |
|
|
|
"CorsOrigins": "http://127.0.0.1:3100" |
|
|
|
}, |
|
|
|
"RemoteServices": { |
|
|
|
"AbpIdentity": { |
|
|
|
"BaseUrl": "http://localhost:30015/", |
|
|
|
"BaseUrl": "http://127.0.0.1:30015/", |
|
|
|
"IdentityClient": "InternalServiceClient" |
|
|
|
} |
|
|
|
}, |
|
|
|
"IdentityClients": { |
|
|
|
"InternalServiceClient": { |
|
|
|
"Authority": "http://localhost:44385/", |
|
|
|
"Authority": "http://127.0.0.1:44385/", |
|
|
|
"RequireHttps": false, |
|
|
|
"GrantType": "client_credentials", |
|
|
|
"Scope": "lingyun-abp-application", |
|
|
|
@ -33,18 +33,18 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"ConnectionStrings": { |
|
|
|
"Default": "Server=localhost;Database=Platform;User Id=root;Password=123456", |
|
|
|
"AppPlatform": "Server=localhost;Database=Platform;User Id=root;Password=123456", |
|
|
|
"AbpFeatureManagement": "Server=localhost;Database=Platform;User Id=root;Password=123456", |
|
|
|
"AbpSaas": "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", |
|
|
|
"AbpLocalizationManagement": "Server=localhost;Database=Platform;User Id=root;Password=123456" |
|
|
|
"Default": "Server=127.0.0.1;Database=Platform;User Id=root;Password=123456", |
|
|
|
"AppPlatform": "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", |
|
|
|
"AbpSaas": "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", |
|
|
|
"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" |
|
|
|
}, |
|
|
|
"Features": { |
|
|
|
"Validation": { |
|
|
|
"Redis": { |
|
|
|
"Configuration": "localhost,defaultDatabase=8", |
|
|
|
"Configuration": "127.0.0.1,defaultDatabase=8", |
|
|
|
"InstanceName": "LINGYUN.Abp.Application" |
|
|
|
} |
|
|
|
} |
|
|
|
@ -59,10 +59,10 @@ |
|
|
|
}, |
|
|
|
"MySql": { |
|
|
|
"TableNamePrefix": "plt", |
|
|
|
"ConnectionString": "Server=localhost;Database=Platform;User Id=root;Password=123456" |
|
|
|
"ConnectionString": "Server=127.0.0.1;Database=Platform;User Id=root;Password=123456" |
|
|
|
}, |
|
|
|
"RabbitMQ": { |
|
|
|
"HostName": "localhost", |
|
|
|
"HostName": "127.0.0.1", |
|
|
|
"Port": 5672, |
|
|
|
"UserName": "guest", |
|
|
|
"Password": "guest", |
|
|
|
@ -71,11 +71,11 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"Redis": { |
|
|
|
"Configuration": "localhost,defaultDatabase=10", |
|
|
|
"Configuration": "127.0.0.1,defaultDatabase=10", |
|
|
|
"InstanceName": "LINGYUN.Abp.Application" |
|
|
|
}, |
|
|
|
"AuthServer": { |
|
|
|
"Authority": "http://localhost:44385/", |
|
|
|
"Authority": "http://127.0.0.1:44385/", |
|
|
|
"ApiName": "lingyun-abp-application" |
|
|
|
}, |
|
|
|
"AuditLogging": { |
|
|
|
@ -84,7 +84,7 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"Elasticsearch": { |
|
|
|
"NodeUris": "http://localhost:9200" |
|
|
|
"NodeUris": "http://127.0.0.1:9200" |
|
|
|
}, |
|
|
|
"Serilog": { |
|
|
|
"MinimumLevel": { |
|
|
|
@ -106,7 +106,7 @@ |
|
|
|
{ |
|
|
|
"Name": "Elasticsearch", |
|
|
|
"Args": { |
|
|
|
"nodeUris": "http://localhost:9200", |
|
|
|
"nodeUris": "http://127.0.0.1:9200", |
|
|
|
"indexFormat": "abp.dev.logging-{0:yyyy.MM.dd}", |
|
|
|
"autoRegisterTemplate": true, |
|
|
|
"autoRegisterTemplateVersion": "ESv7" |
|
|
|
|