diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-10-10 07:55:58 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-10-16 13:51:33 +0200 |
commit | 2283d0056155265bb2fbf9cc8c9f10e71355d1ee (patch) | |
tree | 7cf9da65afe7b7c91dc859c74a549ea6e7371026 /example_project/settings.py | |
parent | 6221b6260a6b97a03557acbdfcbed2c26304ed3f (diff) | |
download | Ishtar-2283d0056155265bb2fbf9cc8c9f10e71355d1ee.tar.bz2 Ishtar-2283d0056155265bb2fbf9cc8c9f10e71355d1ee.zip |
✨ Display the latest forum entries on the user home page (#5812)
Diffstat (limited to 'example_project/settings.py')
-rw-r--r-- | example_project/settings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example_project/settings.py b/example_project/settings.py index cc2e44b3d..6d293ca36 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -268,6 +268,7 @@ LIBREOFFICE_HOST = "localhost" # Ishtar custom +ISHTAR_FEED_URL = "https://discourse.ishtar-archeo.net/latest.rss" ISHTAR_MAP_MAX_ITEMS = 50000 ISHTAR_QRCODE_VERSION = 6 # density of the QR code ISHTAR_QRCODE_SCALE = 2 # scale of the QR code |