From 6d791a28834d4e29ce5b67f2d91c02ce7d5b4153 Mon Sep 17 00:00:00 2001 From: Andrew Markley Date: Fri, 16 Oct 2015 16:28:42 -0500 Subject: [PATCH] . --- src/ConsoleSample/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ConsoleSample/Program.cs b/src/ConsoleSample/Program.cs index 0eaf05f..464328b 100644 --- a/src/ConsoleSample/Program.cs +++ b/src/ConsoleSample/Program.cs @@ -13,7 +13,7 @@ namespace ConsoleSample // you can use Raven Storage and specify the connection string and database name GlobalConfiguration.Configuration .UseColouredConsoleLogProvider() - .UseRavenStorage("http://localhost:9090", "hangfire2"); + .UseRavenStorage("http://localhost:9090", "hangfire"); // you can use Raven Embedded Storage which runs in memory! //GlobalConfiguration.Configuration