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       ##