|
@@ -16,7 +16,8 @@
|
|
|
</configSections>
|
|
</configSections>
|
|
|
<connectionStrings>
|
|
<connectionStrings>
|
|
|
<add name="Entities" connectionString="metadata=res://*/EntityModel.csdl|res://*/EntityModel.ssdl|res://*/EntityModel.msl;provider=System.Data.SqlClient;provider connection string="data source=T-MSSQL-02\SQLSTD2K14;initial catalog=FicheCollege;persist security info=True;user id=FicheCollege_admin;password=bk9JFwqSwYw7mEPiOhnu;MultipleActiveResultSets=True;App=EntityFramework"" providerName="System.Data.EntityClient" />
|
|
<add name="Entities" connectionString="metadata=res://*/EntityModel.csdl|res://*/EntityModel.ssdl|res://*/EntityModel.msl;provider=System.Data.SqlClient;provider connection string="data source=T-MSSQL-02\SQLSTD2K14;initial catalog=FicheCollege;persist security info=True;user id=FicheCollege_admin;password=bk9JFwqSwYw7mEPiOhnu;MultipleActiveResultSets=True;App=EntityFramework"" providerName="System.Data.EntityClient" />
|
|
|
- <add name="EducfEntities" providerName="Npgsql" connectionString="Server=POSTGIS-01;User Id=usereducfro;Password=usereducfR0;Port=5432;Database=educf;" />
|
|
|
|
|
|
|
+ <!--<add name="EducfEntities" providerName="Npgsql" connectionString="metadata=res://*/EducfModel.csdl|res://*/EducfModel.ssdl|res://*/EducfModel.msl;Server=POSTGIS-01;User Id=usereducfro;Password=usereducfR0;Port=5432;Database=educf;" />-->
|
|
|
|
|
+ <add name="EducfEntities" connectionString="metadata=res://*/EducfModel.csdl|res://*/EducfModel.ssdl|res://*/EducfModel.msl;provider=Npgsql;provider connection string="Host=POSTGIS-01;Username=usereducfro;Password=usereducfR0;Port=5432;Database=educf"" providerName="System.Data.EntityClient" />
|
|
|
</connectionStrings>
|
|
</connectionStrings>
|
|
|
<appSettings>
|
|
<appSettings>
|
|
|
<add key="webpages:Version" value="2.0.0.0" />
|
|
<add key="webpages:Version" value="2.0.0.0" />
|
|
@@ -24,12 +25,6 @@
|
|
|
<add key="PreserveLoginUrl" value="true" />
|
|
<add key="PreserveLoginUrl" value="true" />
|
|
|
<add key="ClientValidationEnabled" value="true" />
|
|
<add key="ClientValidationEnabled" value="true" />
|
|
|
<add key="UnobtrusiveJavaScriptEnabled" value="true" />
|
|
<add key="UnobtrusiveJavaScriptEnabled" value="true" />
|
|
|
- <add key="SolrUrl" value="http://t-lunr4:8080/solr/modele-mvc" />
|
|
|
|
|
- <add key="facette_fields" value="type_libelle casque_cornu annee_creation" />
|
|
|
|
|
- <add key="facette_mincount" value="1" />
|
|
|
|
|
- <add key="facette_ranges" value="facet.range=nb_victoires&f.nb_victoires.facet.range.start=0&f.nb_victoires.facet.range.end=100000&f.nb_victoires.facet.range.gap=20" />
|
|
|
|
|
- <add key="trierPar" value="date_edition+desc" />
|
|
|
|
|
- <add key="resultatParPage" value="12" />
|
|
|
|
|
</appSettings>
|
|
</appSettings>
|
|
|
<!--
|
|
<!--
|
|
|
Pour obtenir une description des modifications de web.config, voir http://go.microsoft.com/fwlink/?LinkId=235367.
|
|
Pour obtenir une description des modifications de web.config, voir http://go.microsoft.com/fwlink/?LinkId=235367.
|