Skip to content

Commit 507acf3

Browse files
committed
docs(env): add configuration for country service cache duration
- Add new optional environment variable COUNTRY_SERVICE_CACHE_MINUTES - Specifies the cache duration for the CountryQueryService in minutes - Defaults to 15 minutes if not specified
1 parent f3242e6 commit 507acf3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.env.example

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,7 @@
5252

5353
# OPTIONAL: Window for the /data API endpoints, in minutes.
5454
# RATE_LIMIT_DATA_API_WINDOW_MINUTES=60
55+
56+
# OPTIONAL: The cache duration for the CountryQueryService, in minutes.
57+
# Defaults to 15 minutes if not specified.
58+
# COUNTRY_SERVICE_CACHE_MINUTES=15

0 commit comments

Comments
 (0)