diff --git a/conf/.env b/conf/.env index 3f8d4f7..ec62dbd 100644 --- a/conf/.env +++ b/conf/.env @@ -3,7 +3,7 @@ APP_PATH="" # Relative path, PLEASE LEAVE EMPTY IF / LATTE_CACHE= # Path for Latte cache, leave commented for ./cache/latte # API CONFIG -# API_FORCE_LEGACY=1 # Force legacy mode for wrapper +API_FORCE_LEGACY=1 # Force legacy mode for wrapper # API_SIGNER_URL="https://__DOMAIN__" # 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