# HG changeset patch # User Marcin Kuzminski # Date 2016-08-02 22:38:37 # Node ID b7cc261d2f067290ae7796865e80de98dbc3f88c # Parent 043cce4d46f0112bde560d5ee10b9883c65e13c6 ini: sync CE and EE diff --git a/configs/development.ini b/configs/development.ini --- a/configs/development.ini +++ b/configs/development.ini @@ -401,6 +401,8 @@ channelstream.server = 127.0.0.1:9800 # location of the channelstream server from outside world channelstream.ws_url = ws://127.0.0.1:9800 channelstream.secret = secret +channelstream.history.location = %(here)s/channelstream_history + ################################### ## APPENLIGHT CONFIG ## diff --git a/configs/production.ini b/configs/production.ini --- a/configs/production.ini +++ b/configs/production.ini @@ -375,6 +375,8 @@ channelstream.server = 127.0.0.1:9800 # location of the channelstream server from outside world channelstream.ws_url = ws://127.0.0.1:9800 channelstream.secret = secret +channelstream.history.location = %(here)s/channelstream_history + ################################### ## APPENLIGHT CONFIG ##