make caching opt-in
This commit is contained in:
@@ -5,8 +5,9 @@ GITEA_BASE_URL=https://gitea.example.com
|
||||
GITEA_USERNAME=octocat
|
||||
GITEA_TOKEN=
|
||||
|
||||
CACHE_TTL_SECONDS=3600
|
||||
CACHE_DIR=/app/cache
|
||||
# Leave both unset to disable caching.
|
||||
# CACHE_TTL_SECONDS=3600
|
||||
# CACHE_DIR=/app/cache
|
||||
|
||||
DEFAULT_THEME=light
|
||||
SERVICE_TITLE=git-activity-merge
|
||||
|
||||
Reference in New Issue
Block a user