Bug 22915: fix Mana URL in etc/koha-conf.xml
authorAlex Arnaud <alex.arnaud@biblibre.com>
Fri, 7 Jun 2019 08:18:05 +0000 (10:18 +0200)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 7 Jun 2019 08:28:21 +0000 (09:28 +0100)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

etc/koha-conf.xml

index c8473c6..daec94d 100644 (file)
@@ -155,7 +155,7 @@ __PAZPAR2_TOGGLE_XML_POST__
 
  <!-- URL of the mana KB server -->
  <!-- alternative value http://mana-test.koha-community.org to query the test server -->
- <mana_config>http://mana-kb.koha-community.org</mana_config>
+ <mana_config>https://mana-kb.koha-community.org</mana_config>
 
  <!-- Configuration for Plack -->
  <plack_max_requests>50</plack_max_requests>