From e7c1813e978368bff3ac44d4dd99ee512d5287c7 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Sun, 21 Apr 2013 15:49:44 +0000 Subject: [PATCH] fix settings documentation --- pandora/settings.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pandora/settings.py b/pandora/settings.py index 737e1b5fd..4bf65ffd7 100644 --- a/pandora/settings.py +++ b/pandora/settings.py @@ -192,16 +192,16 @@ POSTER_PRECEDENCE = () USE_IMDB = False -#if you set PAROT in VIDEO_PREFIX make sure cookies work accros subsomains +#if you set VIDEO_PREFIX make sure cookies work accros subsomains VIDEO_PREFIX='' -#VIDEO_PREFIX='videoPART.example.com' -#SESSION_COOKIE_DOMAIN=*.example.com" +#VIDEO_PREFIX = '//video{uid}.example.com' +#SESSION_COOKIE_DOMAIN = '*.example.com' + SESSION_COOKIE_AGE=60*24*60*60 SCRIPT_ROOT = normpath(join(PROJECT_ROOT, '..', 'scripts')) #change script to customize ITEM_POSTER = join(SCRIPT_ROOT, 'poster.py') -#ITEM_POSTER = join(SCRIPT_ROOT, 'padma_poster') ITEM_ICON = join(SCRIPT_ROOT, 'item_icon.py') LIST_ICON = join(SCRIPT_ROOT, 'list_icon.py')