Skip to content
This repository has been archived by the owner on Oct 12, 2018. It is now read-only.

Commit

Permalink
#54 Set connection details on the hangfire database
Browse files Browse the repository at this point in the history
  • Loading branch information
MacsDickinson committed Sep 3, 2015
1 parent e56ad59 commit b71c9f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/YorkshireDigital.Hangfire/App.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<connectionStrings>
<add name="Database" connectionString="Data Source=(localdb)\ProjectsV12;Initial Catalog=YorkshireDigital.Database;Integrated Security=True;Pooling=False;Connect Timeout=30"/>
<add name="Database" connectionString="Data Source=(localdb)\ProjectsV12;Initial Catalog=YorkshireDigital.Database.Hangfire;User Id=app_hangfire;Password=hangfire"/>
</connectionStrings>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
Expand Down

0 comments on commit b71c9f6

Please # to comment.