12345678910111213 |
- <?xml version="1.0" encoding="utf-8" ?>
- <configuration>
- <appSettings>
- <!--日志-->
- <add key ="LogLevel" value="10" />
- <add key="FileServerUrl" value="http://110.188.24.28:50120" />
- <add key="ZiGongFile" value="http://171.94.154.9:81" />
- </appSettings>
- <connectionStrings>
- <add providerName="自贡" name ="SQLServerDB" connectionString="server=61.157.186.3,4368;database=ZG_CityHotline_Ver3;uid=ZGCityHotlineUser;pwd=fway09!@ZG_15;" />
- <add providerName="自贡" name ="PGSQLDB" connectionString="Server=110.188.24.182;Port=5432;UserId=dev;Password=fengwo11!!;Database=hotline_zg;" />
- </connectionStrings>
- </configuration>
|