proxitok/.env.example

12 lines
575 B
Plaintext
Raw Normal View History

2022-01-28 14:54:09 +00:00
# APP_URL="http://localhost:8000" # Full url path, PLEASE REPLACE TO YOUR OWN ONE
2022-01-14 18:26:07 +00:00
# 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)
2022-01-14 18:26:07 +00:00
# Redis cache, used on Helpers\CacheEngines\RedisCache (CHOOSE ONE)
2022-01-25 16:26:02 +00:00
# REDIS_URL=redis://:password@host:port # If using password
# 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