10.x install instructions - ConnectionStrings.config

On the 10.x install instructions, there is a section about setting up the connectionstrings.config

These appear to be the same key...is this correct?  Or should there be a different key in the file?
https://community.telligent.com/community/10/w/user-documentation/59409/how-do-i-install-telligent-community#Install_Website 

  • SearchContentUrl: The url to the solr core containing the main content index.  Typically this will be http://YOUR-SEARCH-SERVER:8983/solr/telligent-content/
  • SearchContentUrl: The url to the solr core containing the conversation index.  Typically this will be http://YOUR-SEARCH-SERVER:8983/solr/telligent-conversations/

<?xml version="1.0" encoding="utf-8"?>
<connectionStrings>
  <add name="SiteSqlServer" connectionString="Data Source=LUKE-PC;Initial Catalog=TelligentCommunity10;Integrated Security=True" />
  <add name="FileStorage" connectionString="c:\f10" />
  <add name="SearchContentUrl" connectionString="http://communitylocal.hearingfirst.org:8983/solr/telligent-content/" />
  <add name="SearchContentUrl" connectionString="" />
</connectionStrings> 

Parents Reply Children
No Data