summaryrefslogtreecommitdiff
path: root/example_project
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2026-05-01 14:05:36 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2026-05-01 14:07:17 +0200
commit9090f6f58c9dddd7a01fc70c9e03e9481d151a48 (patch)
tree62910b375e5bc21f2324639ce8b85c6e6c355ae0 /example_project
parent8fa835b955c362b0c9fa00b66fdf39315f311315 (diff)
downloadIshtar-9090f6f58c9dddd7a01fc70c9e03e9481d151a48.tar.bz2
Ishtar-9090f6f58c9dddd7a01fc70c9e03e9481d151a48.zip
🐛 admin libreoffice export: instead of crash display error when libreoffice service is down or broken
Diffstat (limited to 'example_project')
-rw-r--r--example_project/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example_project/settings.py b/example_project/settings.py
index ba228d2f0..6fbff266e 100644
--- a/example_project/settings.py
+++ b/example_project/settings.py
@@ -273,7 +273,7 @@ LOGGING = {
USE_BACKGROUND_TASK = False
USE_LIBREOFFICE = False
LIBREOFFICE_PORT = 8101
-LIBREOFFICE_HOST = "localhost"
+LIBREOFFICE_HOST = "127.0.0.1"
# Ishtar custom