Updated Wrapper

This commit is contained in:
Pablo Ferreiro 2022-02-15 13:55:36 +01:00
parent a11a17f9d2
commit 9711bb903c
No known key found for this signature in database
GPG key ID: 41FBCE65B779FA24
3 changed files with 13 additions and 9 deletions

View file

@ -1,6 +1,9 @@
# APP_URL="http://localhost:8000" # Full url path, PLEASE REPLACE TO YOUR OWN ONE
# SIGNER_URL="https://tiktok-sign.herokuapp.com/signature" # External signing service
# LATTE_CACHE=/tmp/proxitok_api # Path for Latte cache, leave commented for ./cache/latte
# API CONFIG
# USE_TEST_ENDPOINTS=1 # Discomment for usage of t.tiktok.com
# SIGNER_URL="https://tiktok-sign.herokuapp.com/signature" # External signing service
# API_CACHE=redis # Cache engine for TikTok Api, (more info on README)
# Redis cache, used on Helpers\CacheEngines\RedisCache