Skip to content

Commit afb2ab3

Browse files
authored
Allow to configure mem storage from config (simple-login#1166)
* Allow to configure memory storage from config * format Co-authored-by: Adrià Casajús <[email protected]>
1 parent 36547bd commit afb2ab3

File tree

4 files changed

+293
-1184
lines changed

4 files changed

+293
-1184
lines changed

app/config.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,3 +492,6 @@ def setup_nameservers():
492492

493493
JOB_MAX_ATTEMPTS = 5
494494
JOB_TAKEN_RETRY_WAIT_MINS = 30
495+
496+
# MEM_STORE
497+
MEM_STORE_URI = os.environ.get("MEM_STORE_URI", None)

0 commit comments

Comments
 (0)