view odfcast/settings.py @ 101:779abdc03d67 tip

Added tag 1.6.0 for changeset bf1a998fff48
author Bernhard Herzog <bh@intevation.de>
date Tue, 26 Jun 2018 22:39:10 +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)