Skip to content

Commit

Permalink
SqlTableDependency.Extensions.Sample adjusted app config connectionSt…
Browse files Browse the repository at this point in the history
…rings to docker compose
  • Loading branch information
tomasfabian committed Mar 3, 2023
1 parent 2c8069a commit 2dddc14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Samples/SqlTableDependency.Extensions.Sample/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" />
</entityFramework>
<connectionStrings>
<add name="FargoEntities" connectionString="Server=127.0.0.1,1401;User Id = SA;Password=&lt;YourNewStrong@Passw0rd&gt;;Initial Catalog = Test;" providerName="System.Data.SqlClient" />
<add name="FargoEntities" connectionString="Server=127.0.0.1,1402;User Id = SA;Password=&lt;YourNewStrong@Passw0rd&gt;;Initial Catalog = Test;" providerName="System.Data.SqlClient" />
</connectionStrings>

<appSettings>
Expand Down

0 comments on commit 2dddc14

Please sign in to comment.