Bug 23975: Add ability to search and install plugins from GitHub
[koha-equinox.git] / etc / koha-conf.xml
index 17e3e1b..9f0d6a1 100644 (file)
@@ -232,6 +232,18 @@ __PAZPAR2_TOGGLE_XML_POST__
       developers use it to catch bugs related to strict SQL modes -->
  <dev_install>0</dev_install>
  <strict_sql_modes>0</strict_sql_modes>
+ <plugin_repos>
+    <repo>
+        <name>ByWater Solutions</name>
+        <org_name>bywatersolutions</org_name>
+        <service>github</service>
+    </repo>
+    <repo>
+        <name>Theke Solutions</name>
+        <org_name>thekesolutions</org_name>
+        <service>github</service>
+    </repo>
+ </plugin_repos>
 
 </config>
 </yazgfs>