From 4fb0af1b71bc3c51bbed9763b8159e81c6611dbe Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jun 18 2015 12:11:32 +0000 Subject: Specify what EVENTSOURCE_SOURCE could be --- diff --git a/files/pagure.cfg.sample b/files/pagure.cfg.sample index e61f2fb..161159d 100644 --- a/files/pagure.cfg.sample +++ b/files/pagure.cfg.sample @@ -121,7 +121,10 @@ IP_ALLOWED_INTERNAL = ['127.0.0.1', 'localhost', '::1'] # The eventsource integration is what allows pagure to refresh the content # on your page when someone else comments on the ticket (and this without # asking you to reload the page. -# By default it is off, ie: EVENTSOURCE_SOURCE is None +# By default it is off, ie: EVENTSOURCE_SOURCE is None, to turn it on, specify +# here what the URL of the eventsource server is, for example: +# https://ev.pagure.io or https://pagure.io:8080 or whatever you are using +# (Note: the urls send to it start with a '/' so no need to add one yourself) EVENTSOURCE_SOURCE = None REDIS_HOST = '0.0.0.0' REDIS_PORT = 6379