管道基础大数据平台系统开发-【CS】-ExportMap
13693261870
2024-09-27 2b8aed5af4cd96a6aafc6fdb7fd0b7e9352ed498
Turf/Web.config
@@ -1,10 +1,16 @@
<?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" />