view odfcast/settings.py @ 100:bf1a998fff48 1.6.0

Add service file for running ODFCast via systemd.
author Bernhard Herzog <bh@intevation.de>
date Tue, 26 Jun 2018 21:48:01 +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)