| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <configuration> |
| | | <appSettings> |
| | | <!-- PG连接 --> |
| | | <add key="pgConn" value="Server=127.0.0.1;Port=5433;Database=langfang;User Id=postgres;Password=postgres;"/> |
| | | <!--<add key="pgConn" value="Server=192.168.20.205;Port=5433;Database=langfang;User Id=postgres;Password=Postgres!_14_Lf;"/>--> |
| | | <!--<add key="pgConn" value="Server=103.85.165.99;Port=5433;Database=langfang;User Id=postgres;Password=Postgres!_14_Lf;"/>--> |
| | | <add key="webpages:Version" value="3.0.0.0" /> |
| | | <add key="webpages:Enabled" value="false" /> |
| | | <add key="ClientValidationEnabled" value="true" /> |
| | | <add key="UnobtrusiveJavaScriptEnabled" value="true" /> |
| | | <!-- 缓存目录 --> |
| | | <add key="dataCache" value="D:\AI\datacache"/> |
| | | </appSettings> |
| | | <system.web> |
| | | <compilation debug="true" targetFramework="4.5.2" /> |