diff --git a/.env.example b/.env.example index 1762730..18deb2c 100644 --- a/.env.example +++ b/.env.example @@ -1,6 +1,7 @@ DATABASE_URL=sqlite:///./routeforge.db HTTP_TIMEOUT_SECONDS=10 CACHE_TTL_SECONDS=900 +RIPESTAT_CACHE_TTL_SECONDS=900 CORS_ORIGINS=http://localhost:3000,http://127.0.0.1:3000 RIPESTAT_BASE_URL=https://stat.ripe.net/data ROUTEFORGE_DEMO_MODE=false diff --git a/README.md b/README.md index 500289d..932fb58 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ RouteForge is a read-only routing preflight and explainability tool for BGP, RPKI, Registry/IRR and Routing Visibility checks. -Current user-facing version: **v0.4.0-alpha**. +Current user-facing version: **v0.4.1-alpha**.