Changeset 32374 for main


Ignore:
Timestamp:
2018-08-23T14:31:35+12:00 (6 years ago)
Author:
kjdon
Message:

recaptcha version changed, so changing the key info. Uses test key values provided by google

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/sites/localsite/siteConfig.xml

    r32299 r32374  
    1212  <siteList/>
    1313  <serviceRackList>
    14     <!-- uncomment to provide the GATE tagging service --> 
    15     <!--<serviceRack name="GATEServices"/>-->
    16     <!-- uncomment to provide the Authentication service -->
     14   <!--Provides the Authentication service -->
    1715    <serviceRack name='Authentication'>
    18       <!-- Go to https://www.google.com/recaptcha/admin/create and replace these keys when you deploy your site -->
    19       <recaptcha name="public_key" value="6LckI88SAAAAACUYjj97WMcnz5HPjVp3lI-x-ue8"/>
    20       <recaptcha name="private_key" value="6LckI88SAAAAAGnGy1PwuXYZzIMXZYoPxN51bWWG"/>
     16      <!-- Go to https://www.google.com/recaptcha/admin and replace these testing keys when you deploy your site -->
     17    <recaptcha name="site_key" value="6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI"/>
     18    <recaptcha name="secret_key" value="6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe"/>
    2119    </serviceRack>
    22    
    2320    <serviceRack name="ArchiveIO"/>
    2421    <serviceRack name="CollectionGroups"/>
     
    4138    </gsf:template>
    4239      </format>
    43     </serviceRack>
     40    <!-- uncomment to provide the GATE tagging service --> 
     41    <!--<serviceRack name="GATEServices"/>-->
     42     </serviceRack>
    4443  </serviceRackList>
    4544  <serviceClusterList/>
     
    9796    <replace macro="_textmonth11_" scope="metadata" resolve="false" bundle="interface_default" key="textmonth11"/>
    9897    <replace macro="_textmonth12_" scope="metadata" resolve="false" bundle="interface_default" key="textmonth12"/>
     98    <replace bundle="interface_default" key="num" macro="_num_" resolve="false" scope="metadata"/>
    9999  </replaceList>
    100100</siteConfig>
Note: See TracChangeset for help on using the changeset viewer.