Skip to content

Commit 085b77e

Browse files
authored
use database as cache_type (#794)
Signed-off-by: Madhav Kandukuri <[email protected]>
1 parent bf761c5 commit 085b77e

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)