From 2defa58b0780d112bd4b81c86ea6ef23407ac8a2 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 10 Apr 2019 12:10:06 +0200 Subject: Libreoffice install script, service and settings --- example_project/settings.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'example_project/settings.py') diff --git a/example_project/settings.py b/example_project/settings.py index 8f59a58e3..a3c5318db 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -230,6 +230,9 @@ LOGGING = { } USE_BACKGROUND_TASK = False +USE_LIBREOFFICE = False +LIBREOFFICE_PORT = 8101 +LIBREOFFICE_HOST = "localhost" # Ishtar custom -- cgit v1.2.3