chorm: 构建0.5.0版本
This commit is contained in:
@@ -11,11 +11,11 @@ namespace Yi.Abp.Tool
|
||||
|
||||
public override void PostConfigureServices(ServiceConfigurationContext context)
|
||||
{
|
||||
var configuration = context.Services.GetConfiguration();
|
||||
// var configuration = context.Services.GetConfiguration();
|
||||
Configure<AbpRemoteServiceOptions>(options =>
|
||||
{
|
||||
options.RemoteServices.Default =
|
||||
new RemoteServiceConfiguration(configuration["YiAbpToolUrl"]);
|
||||
new RemoteServiceConfiguration("http://ccnetcore.com:19002");
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user