2022-01-28 09:54:09 -05:00
|
|
|
# APP_URL="http://localhost:8000" # Full url path, PLEASE REPLACE TO YOUR OWN ONE
|
2022-03-13 18:18:10 -04: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
|
2022-03-13 18:18:10 -04:00
|
|
|
# API_FORCE_LEGACY=1 # Force legacy mode for wrapper
|
|
|
|
# API_SIGNER_URL="https://example.com" # External signing service
|
|
|
|
# API_BROWSER_URL="http://localhost:4444" # chromedriver url
|
|
|
|
# API_TEST_ENDPOINTS=1 # Discomment for usage of testing TikTok endpoints, may help sometimes
|
|
|
|
# API_CACHE=redis
|
2022-02-20 10:25:15 -05:00
|
|
|
|
|
|
|
# Proxy Config, will be used to make TikTok requests, useful if having VERIFY_CODE issues
|
|
|
|
# PROXY_HOST=HOSTNAME
|
|
|
|
# PROXY_PORT=8080
|
|
|
|
# PROXY_USERNAME=USERNAME
|
|
|
|
# PROXY_PASSWORD=PASSWORD
|
2022-01-14 13:26:07 -05:00
|
|
|
|
2022-02-16 09:20:35 -05:00
|
|
|
# Redis cache, used on Helpers\CacheEngines\RedisCache (CHOOSE ONE)
|
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
|