2022-01-28 09:54:09 -05:00
|
|
|
# APP_URL="http://localhost:8000" # Full url path, PLEASE REPLACE TO YOUR OWN ONE
|
2022-01-25 11:20:11 -05:00
|
|
|
# LATTE_CACHE=/tmp/proxitok_api # Path for Latte cache, leave commented for ./cache/latte
|
2022-02-15 07:55:36 -05:00
|
|
|
|
|
|
|
# API CONFIG
|
|
|
|
# USE_TEST_ENDPOINTS=1 # Discomment for usage of t.tiktok.com
|
|
|
|
# SIGNER_URL="https://tiktok-sign.herokuapp.com/signature" # External signing service
|
2022-01-25 11:20:11 -05:00
|
|
|
# API_CACHE=redis # Cache engine for TikTok Api, (more info on README)
|
2022-01-14 13:26:07 -05:00
|
|
|
|
2022-02-13 16:21:08 -05:00
|
|
|
# Redis cache, used on Helpers\CacheEngines\RedisCache
|
2022-02-06 08:22:23 -05:00
|
|
|
# REDIS_HOST=localhost # Host or path to unix socket
|
|
|
|
# REDIS_PORT=6379 # Set to -1 to use unix socket
|
|
|
|
# REDIS_PASSWORD=example # Leave commented for no password
|
2022-01-25 11:20:11 -05:00
|
|
|
|
|
|
|
# JSON cache, used on Helpers\CacheEngines\JSONCache
|
|
|
|
# API_CACHE_JSON=/tmp/proxitok_api # Path for JSON API Cache, leave commented for ./cache/api
|