aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gn3/settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gn3/settings.py b/gn3/settings.py
index 54ab60f..1ffd60b 100644
--- a/gn3/settings.py
+++ b/gn3/settings.py
@@ -4,6 +4,7 @@ import tempfile
import os
APP_DEFAULTS = {
+ "BCRYPT_SALT": "$2b$12$mxLvu9XRLlIaaSeDxt8Sle", # Change this!
"GEMMA_WRAPPER_CMD": os.environ.get("GEMMA_WRAPPER", "gemma-wrapper"),
"TMPDIR": os.environ.get("TMPDIR", tempfile.gettempdir()),
"REDIS_URI": "redis://localhost:6379/0"