App.config 811 B

12345678910111213141516
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <configuration>
  3. <appSettings>
  4. <!--日志-->
  5. <add key ="LogLevel" value="10" />
  6. <add key="FileServerUrl" value="http://110.188.24.28:50120" />
  7. <add key="ZiGongFile" value="http://171.94.154.9:81" />
  8. </appSettings>
  9. <connectionStrings>
  10. <add providerName="自贡" name ="SQLServerDB" connectionString="server=61.157.186.3,4368;database=ZG_CityHotline_Ver3;uid=ZGCityHotlineUser;pwd=fway09!@ZG_15;" />
  11. <!--
  12. <add providerName="自贡" name ="PGSQLDB" connectionString="Server=110.188.24.182;Port=5432;UserId=dev;Password=fengwo11!!;Database=hotline_test;" />
  13. -->
  14. <add providerName="自贡" name ="PGSQLDB" connectionString="Server=localhost;Port=5433;UserId=fwkjzigong;Password=Fwkj2024$!DE*;Database=hotline;" />
  15. </connectionStrings>
  16. </configuration>