diff options
| author | Ritesh Ghosh <[email protected]> | 2025-01-01 13:40:43 +0530 |
|---|---|---|
| committer | Ritesh Ghosh <[email protected]> | 2025-01-01 13:40:43 +0530 |
| commit | 1e5eca4da7ccfbfb89970aa92eb449bb6b0740e1 (patch) | |
| tree | ed67a99134064456776ca850013fce79fd719982 /.env.example | |
| parent | a2dabdcdbdb6a0a805dd109210e09ecab7bc82ea (diff) | |
| download | aniwatch-api-1e5eca4da7ccfbfb89970aa92eb449bb6b0740e1.tar.xz aniwatch-api-1e5eca4da7ccfbfb89970aa92eb449bb6b0740e1.zip | |
refactor: update .env.example file
Diffstat (limited to '.env.example')
| -rw-r--r-- | .env.example | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.env.example b/.env.example index 555ad04..f3b121e 100644 --- a/.env.example +++ b/.env.example @@ -24,10 +24,8 @@ ANIWATCH_API_MAX_REQS=70 # env to use optional redis caching functionality ANIWATCH_API_REDIS_CONN_URL=<rediss://default:[email protected]:6379> -# .env.example - Environment configuration file for Aniwatch API - # Cache-Control settings for Vercel Edge Caching -# ANIWATCH_API_S_MAXAGE: Specifies the maximum amount of time (in seconds) a resource is considered fresh when served by a CDN cache. +# Specifies the maximum amount of time (in seconds) a resource is considered fresh when served by a CDN cache. ANIWATCH_API_S_MAXAGE=60 -# ANIWATCH_API_STALE_WHILE_REVALIDATE: Specifies the amount of time (in seconds) a resource is served stale while a new one is fetched. +# Specifies the amount of time (in seconds) a resource is served stale while a new one is fetched. ANIWATCH_API_STALE_WHILE_REVALIDATE=30 |
