App.config 643 B

12345678910111213
  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. <add providerName="自贡" name ="PGSQLDB" connectionString="Server=110.188.24.182;Port=5432;UserId=dev;Password=fengwo11!!;Database=hotline_zg;" />
  12. </connectionStrings>
  13. </configuration>