Skip to content

Commit

Permalink
Merge pull request #20 from geeklearningio/hotfix/0.3.1
Browse files Browse the repository at this point in the history
Fix environment name
  • Loading branch information
arnaudauroux authored Mar 24, 2017
2 parents 8d06e63 + 5eeb524 commit d4e804f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public virtual void Configure(IApplicationBuilder app, IHostingEnvironment env,

public virtual void ConfigureEnvironment(IHostingEnvironment env)
{
//env.EnvironmentName = "Test";
env.EnvironmentName = "Test";
}

public virtual void ConfigureService(IServiceCollection services, IConfigurationRoot configuration)
Expand Down

0 comments on commit d4e804f

Please sign in to comment.