Skip to content

Commit 8d5e232

Browse files
authored
use database as cache_type (IBM#794)
Signed-off-by: Madhav Kandukuri <madhav165@gmail.com>
1 parent 57359de commit 8d5e232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ DATABASE_URL=sqlite:///./mcp.db
1414
# DATABASE_URL=mysql+pymysql://mysql:changeme@localhost:3306/mcp
1515

1616
# Cache Configuration
17-
CACHE_TYPE=memory
17+
CACHE_TYPE=database
1818
# CACHE_TYPE=redis
1919
# REDIS_URL=redis://localhost:6379/0
2020

0 commit comments

Comments
 (0)