add in config variable for redis sessions

This commit is contained in:
Gregory Wells
2026-06-08 18:44:20 -04:00
parent 11c40a75ac
commit 40429d7618
3 changed files with 15 additions and 5 deletions
+2 -1
View File
@@ -13,7 +13,8 @@
},
"server_config": {
"port": 8080,
"base_url": "https://profile.example.com"
"base_url": "https://profile.example.com",
"session_store": "redis"
},
"email_config": {
"username": "noreply",