This commit is contained in:
Andrew Markley
2015-10-16 16:28:42 -05:00
parent 6ab42f3966
commit 6d791a2883
+1 -1
View File
@@ -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