Bug 23975: Add ability to search and install plugins from GitHub
[koha-equinox.git] / debian / templates / koha-conf-site.xml.in
index c8a7bee..dc9d100 100644 (file)
@@ -408,6 +408,18 @@ __END_SRU_PUBLICSERVER__
       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>