| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <configuration> |
| | | <appSettings> |
| | | <add key="pgConn" value="Server=127.0.0.1;Port=5433;Database=etown;User Id=postgres;Password=postgres;"/> |
| | | </appSettings> |
| | | <configSections> |
| | | <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=4.4.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /> |
| | | </configSections> |
| | |
| | | <add name="DefaultConnection" connectionString="Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\aspnet-JiangSu-20231222105949.mdf;Initial Catalog=aspnet-JiangSu-20231222105949;Integrated Security=True;User Instance=True" providerName="System.Data.SqlClient" /> |
| | | </connectionStrings> |
| | | <appSettings> |
| | | <add key="pgConn" value="Server=127.0.0.1;Port=5433;Database=etown;User Id=postgres;Password=postgres;"/> |
| | | <add key="webpages:Version" value="2.0.0.0" /> |
| | | <add key="webpages:Enabled" value="false" /> |
| | | <add key="PreserveLoginUrl" value="true" /> |