Skip to content

Commit

Permalink
[WPF.Sample]: removed not needed from EF settings from app.config
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasfabian committed Jan 11, 2024
1 parent 04a7f00 commit bc9c3e6
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Samples/Joker.WPF.Sample/App.config
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
</configSections>
<entityFramework>
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" />
</entityFramework>
<connectionStrings>
<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>
<!-- Docker example uses port 3000 -->
<add key="ODataUrl" value="http://127.0.0.1:3000/"/>

<add key="RedisUrl" value="localhost"/>
Expand Down

0 comments on commit bc9c3e6

Please sign in to comment.