DATABASES = { 'default': { 'NAME': 'pandora', 'ENGINE': 'django.db.backends.postgresql_psycopg2', 'USER': 'pandora', 'PASSWORD': '', } } BROKER_PORT = 5672 BROKER_USER = "pandora" BROKER_PASSWORD = "pandora" BROKER_VHOST = "/pandora" SITE_CONFIG = '/srv/pandora/pandora/pandora_image.jsonc' DATA_SERVICE = 'https://data.0xdb.org/api/' VIDEO_PREFIX = "//video{uid}.pad.ma" SESSION_COOKIE_DOMAIN = ".pad.ma" DEBUG=False #with apache x-sendfile or lighttpd set this to True XSENDFILE = True #with nginx X-Accel-Redirect set this to True XACCELREDIRECT = True