aboutsummaryrefslogtreecommitdiff
path: root/.env.example
diff options
context:
space:
mode:
authorAbdelaziz Mahdy <[email protected]>2024-12-23 03:27:43 -0400
committerAbdelaziz Mahdy <[email protected]>2024-12-23 03:27:43 -0400
commitdfc278be08b64dc9bb3082059648c5f792a79fcb (patch)
tree7d79ddcf7abf4ad1eea638b9d9544316ca64e6a3 /.env.example
parentf1f5db84f98818af2c047ea375832e5ded5f021a (diff)
downloadaniwatch-api-dfc278be08b64dc9bb3082059648c5f792a79fcb.tar.xz
aniwatch-api-dfc278be08b64dc9bb3082059648c5f792a79fcb.zip
chore: styling changes to be more consistent
Diffstat (limited to '.env.example')
-rw-r--r--.env.example10
1 files changed, 6 insertions, 4 deletions
diff --git a/.env.example b/.env.example
index ecbd080..555ad04 100644
--- a/.env.example
+++ b/.env.example
@@ -24,8 +24,10 @@ 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
-# s-maxage specifies the maximum amount of time a resource is considered fresh when served by a CDN cache
-S_MAXAGE=60
-# stale-while-revalidate specifies the amount of time a resource is served stale while a new one is fetched
-STALE_WHILE_REVALIDATE=30
+# ANIWATCH_API_S_MAXAGE: 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.
+ANIWATCH_API_STALE_WHILE_REVALIDATE=30