move redis config over to config file

This commit is contained in:
Gregory Wells
2026-06-08 18:54:31 -04:00
parent 40429d7618
commit 109199ea45
5 changed files with 21 additions and 12 deletions
+5 -1
View File
@@ -14,7 +14,11 @@
"server_config": {
"port": 8080,
"base_url": "https://profile.example.com",
"session_store": "redis"
"session_store": "redis",
"redis_config": {
"redis_url": "redis://localhost:6379/0",
"prefix": ""
}
},
"email_config": {
"username": "noreply",