| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <!-- |
| | | 有关如何配置 ASP.NET 应用程序的详细信息,请访问 |
| | | http://go.microsoft.com/fwlink/?LinkId=169433 |
| | | --> |
| | | <configuration> |
| | | <appSettings> |
| | | <add key="pgConn" value="Server=127.0.0.1;Port=5433;Database=etown;User Id=postgres;Password=postgres;"/> |
| | | </appSettings> |
| | | <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=4.4.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /> |
| | | </configSections> |
| | | <connectionStrings> |