PHP7 and new dotnet parser

This commit is contained in:
Pablo Ferreiro 2022-05-22 11:48:06 +02:00
parent 9a662ffe1b
commit 33d5994159
No known key found for this signature in database
GPG key ID: 41FBCE65B779FA24
9 changed files with 154 additions and 315 deletions

View file

@ -2,10 +2,10 @@
# LATTE_CACHE=/tmp/proxitok_api # Path for Latte cache, leave commented for ./cache/latte
# API CONFIG
# API_FORCE_LEGACY=1 # Force legacy mode for wrapper
# API_FORCE_LEGACY=true # 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_TEST_ENDPOINTS=true # Discomment for usage of testing TikTok endpoints, may help sometimes
# API_CACHE=redis
# Redis cache, used on Helpers\CacheEngines\RedisCache (CHOOSE ONE)