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')