Skip to content
Snippets Groups Projects
Verified Commit 2c944d00 authored by Philipp S. Sommer's avatar Philipp S. Sommer
Browse files

change default for DASF_STORE_MESSAGES to cache

parent 8f79c5bb
No related branches found
No related tags found
1 merge request!3implement BrokerMessages
Pipeline #151258 passed
......@@ -59,4 +59,4 @@ DASF_CREATE_TOPIC_ON_MESSAGE = getattr(
#: ``"store"``
#: The message and response topics are stored forever and are not
#: automatically removed
DASF_STORE_MESSAGES = "store"
DASF_STORE_MESSAGES = getattr(settings, "DASF_STORE_MESSAGES", "cache")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment