Templates based on classes, cache custom paths
This commit is contained in:
parent
dde4185ad7
commit
6d6ec109ca
26 changed files with 236 additions and 156 deletions
14
.env.example
14
.env.example
|
|
@ -1,7 +1,11 @@
|
|||
# APP_SUBDIR=/ # Subpath your app is running, defaults to /
|
||||
# APP_CACHE=redis # Cache engine for TikTok Api, (more info on README)
|
||||
# APP_SUBDIR=/ # Subpath your app is running, leave commented for /
|
||||
|
||||
# Redis, used on Helpers\CahceEngines\RedisCache (CHOOSE ONE)
|
||||
# LATTE_CACHE=/tmp/proxitok_api # Path for Latte cache, leave commented for ./cache/latte
|
||||
# API_CACHE=redis # Cache engine for TikTok Api, (more info on README)
|
||||
|
||||
# REDIS_URL=redis://:password@host:port # If using password
|
||||
# REDIS_URL=redis://host:port # If not using password
|
||||
# Redis cache, used on Helpers\CacheEngines\RedisCache (CHOOSE ONE)
|
||||
# API_CACHE_REDIS_URL=redis://:password@host:port # If using password
|
||||
# API_CACHE_REDIS_URL=redis://host:port # If not using password
|
||||
|
||||
# JSON cache, used on Helpers\CacheEngines\JSONCache
|
||||
# API_CACHE_JSON=/tmp/proxitok_api # Path for JSON API Cache, leave commented for ./cache/api
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue