From e185faf4ff3a64b29af7b385374b0ee2b1eb6bdf Mon Sep 17 00:00:00 2001 From: nigiri <168690269+0xnigir1@users.noreply.github.com> Date: Tue, 27 Aug 2024 20:25:07 -0300 Subject: [PATCH] docs: update .env.example --- apps/api/.env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/.env.example b/apps/api/.env.example index 196922d..e02e757 100644 --- a/apps/api/.env.example +++ b/apps/api/.env.example @@ -11,7 +11,7 @@ COINGECKO_API_KEY='' # CoinGecko API key COINGECKO_BASE_URL='' # CoinGecko API base URL for the API version you are using COINGECKO_API_TYPE='' # CoinGecko API Type: 'demo' or 'pro' -CACHE_TTL=60 # Cache TTL in seconds +CACHE_TTL=60 # Cache TTL in seconds for Providers and Services ## Metadata Vars METADATA_SOURCE='' # Metadata source: 'github' | 'local' | 'static'