Skip to content

Commit

Permalink
default cache dir as per sync
Browse files Browse the repository at this point in the history
  • Loading branch information
merlinorg committed Jan 14, 2025
1 parent 486ef3f commit 5d5515d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freezing/web/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class Config:
)
STRAVA_CLIENT_ID = env("STRAVA_CLIENT_ID")
STRAVA_CLIENT_SECRET = env("STRAVA_CLIENT_SECRET")
JSON_CACHE_DIR = env("JSON_CACHE_DIR", default=None)
JSON_CACHE_DIR = env("JSON_CACHE_DIR", default="/data/cache/json")
TIMEZONE: tzinfo = env(
"TIMEZONE",
default="America/New_York",
Expand Down

0 comments on commit 5d5515d

Please sign in to comment.