Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Commit

Permalink
adding Npgsql to app.config
Browse files Browse the repository at this point in the history
  • Loading branch information
yurigorokhov committed Jun 15, 2016
1 parent c612265 commit ea63107
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/mindtouch.db/App.config
Expand Up @@ -25,4 +25,10 @@
<appender-ref ref="ConsoleAppender"/>
</root>
</log4net>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup>
<system.data>
<DbProviderFactories>
<add name="Npgsql Data Provider" invariant="Npgsql" support="FF" description=".Net Framework Data Provider for Postgresql" type="Npgsql.NpgsqlFactory, Npgsql" />
</DbProviderFactories>
</system.data>
</configuration>

0 comments on commit ea63107

Please sign in to comment.