diff src/twisted/plugins/libervia_server.py @ 1078:296bda6b7ed0

pages (tickets): tickets discovery: if not is not specified in URL, new discovery page is used. Discovery is for now basic and allows only to use a free jid with standard node, or display nodes specified in config. Service, node and name of a tickets node can be specified in config using tickets_trackers_json.
author Goffi <goffi@goffi.org>
date Mon, 26 Mar 2018 21:32:16 +0200
parents f2170536ba23
children ed67265205c4
line wrap: on
line diff
--- a/src/twisted/plugins/libervia_server.py	Mon Mar 26 08:20:41 2018 +0200
+++ b/src/twisted/plugins/libervia_server.py	Mon Mar 26 21:32:16 2018 +0200
@@ -118,6 +118,7 @@
     ['url_redirections_profile', None, '', None],
     ['url_redirections_dict', None, {}, None],
     ['menu_json', None, C.DEFAULT_MENU, None],
+    ['tickets_trackers_json', None, None, None],
 ]
 
 def initialise(options):