Skip to content

Commit

Permalink
Updated default config
Browse files Browse the repository at this point in the history
  • Loading branch information
danesparza committed May 3, 2018
1 parent 13ab67c commit 67f5985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion centralconfig-webapi/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<connectionStrings>
<!-- Update this connection string with your central config database -->
<add name="CentralConfigDb" connectionString="metadata=res://*/Data.ConfigData.csdl|res://*/Data.ConfigData.ssdl|res://*/Data.ConfigData.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=CDLDTSCDB;initial catalog=centralconfig;user id=ssup_svc;password=3v6Q$g9!;MultipleActiveResultSets=True;App=EntityFramework&quot;" providerName="System.Data.EntityClient" />
<add name="CentralConfigDb" connectionString="metadata=res://*/Data.ConfigData.csdl|res://*/Data.ConfigData.ssdl|res://*/Data.ConfigData.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=DATABASE_SERVER;initial catalog=DATABASE_NAME;user id=DATABASE_USER;password=DATABASE_PASSWORD;MultipleActiveResultSets=True;App=EntityFramework&quot;" providerName="System.Data.EntityClient"/>
</connectionStrings>

<appSettings>
Expand Down

0 comments on commit 67f5985

Please sign in to comment.