proxitok/.env.example

18 lines
844 B
Plaintext
Raw Normal View History

# APP_PATH="/proxitok" # Relative path, PLEASE LEAVE EMPTY IF /
# LATTE_CACHE=/tmp/proxitok_api # Path for Latte cache, leave commented for ./cache/latte
2022-02-15 12:55:36 +00:00
# API CONFIG
2022-05-22 09:48:06 +00:00
# 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
2022-05-22 09:48:06 +00:00
# API_TEST_ENDPOINTS=true # Discomment for usage of testing TikTok endpoints, may help sometimes
# API_CACHE=redis
2022-02-16 14:20:35 +00:00
# Redis cache, used on Helpers\CacheEngines\RedisCache (CHOOSE ONE)
# 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
# JSON cache, used on Helpers\CacheEngines\JSONCache
# API_CACHE_JSON=/tmp/proxitok_api # Path for JSON API Cache, leave commented for ./cache/api