view odfcast/settings.py @ 92:2200ae1e7bdb

Rename html_error_code to http_error_code The new name is obviously what the parameter actually specifies. Not least because there is no such thing as an HTML error code.
author Bernhard Herzog <bh@intevation.de>
date Fri, 28 Apr 2017 19:03:36 +0200
parents 6466501a963b
children
line wrap: on
line source
# -*- coding: utf-8 -*-

MAX_CONTENT_LENGTH = 50 * 1024 * 1024  # allow 200 MB upload files

PY3O_UNO_DRIVER = "py3o.renderers.pyuno"
PY3O_UNO_SERVER_HOSTNAME = "localhost"
PY3O_UNO_SERVER_PORT = 2001

DEBUG = True
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)