Bugzilla – Attachment 90410 Details for
Bug 22915
Cannot subscribe to Mana-KB
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22915: fix Mana URL in etc/koha-conf.xml
Bug-22915-fix-Mana-URL-in-etckoha-confxml.patch (text/plain), 891 bytes, created by
Martin Renvoize (ashimema)
on 2019-06-07 08:28:00 UTC
(
hide
)
Description:
Bug 22915: fix Mana URL in etc/koha-conf.xml
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2019-06-07 08:28:00 UTC
Size:
891 bytes
patch
obsolete
>From 9c65b4bb03e40eedba1b5efbc5625e989803c689 Mon Sep 17 00:00:00 2001 >From: Alex Arnaud <alex.arnaud@biblibre.com> >Date: Fri, 7 Jun 2019 10:18:05 +0200 >Subject: [PATCH] Bug 22915: fix Mana URL in etc/koha-conf.xml > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > etc/koha-conf.xml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/etc/koha-conf.xml b/etc/koha-conf.xml >index c8473c6c6b..daec94d85c 100644 >--- a/etc/koha-conf.xml >+++ b/etc/koha-conf.xml >@@ -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> >-- >2.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 22915
:
90304
|
90409
| 90410