comparison odfcast/settings.py @ 48:3bff1a4bc80e

Remove debug setting to get a setting for productive usage
author Björn Ricks <bjoern.ricks@intevation.de>
date Mon, 03 Nov 2014 11:49:43 +0100
parents 4a34f72f036b
children 6466501a963b
comparison
equal deleted inserted replaced
47:e99cbb47eafb 48:3bff1a4bc80e
1 # -*- coding: utf-8 -*- 1 # -*- coding: utf-8 -*-
2
3 DEBUG = True
4 2
5 MAX_CONTENT_LENGTH = 50 * 1024 * 1024 # allow 200 MB upload files 3 MAX_CONTENT_LENGTH = 50 * 1024 * 1024 # allow 200 MB upload files
6 4
7 PY3O_UNO_DRIVER = "py3o.renderers.pyuno" 5 PY3O_UNO_DRIVER = "py3o.renderers.pyuno"
8 PY3O_UNO_SERVER_HOSTNAME = "localhost" 6 PY3O_UNO_SERVER_HOSTNAME = "localhost"
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)