mirror of
https://github.com/pablouser1/ProxiTok.git
synced 2024-12-06 19:27:30 +01:00
21 lines
888 B
Bash
21 lines
888 B
Bash
# APP_URL="http://localhost:8000" # Absolute path to proxitok instance
|
|
# LATTE_CACHE=/tmp/proxitok_api # Path for Latte cache, leave commented for ./cache/latte
|
|
|
|
# API CONFIG
|
|
# API_CHROMEDRIVER=http://localhost:4444
|
|
# API_VERIFYFP=verify_...
|
|
# API_DEVICE_ID=586094...
|
|
# API_CACHE=redis
|
|
|
|
# Redis cache, used on App\Cache\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 App\Cache\JSONCache
|
|
# API_CACHE_JSON=/tmp/proxitok_api # Path for JSON API Cache, leave commented for ./cache/api
|
|
|
|
# PROXY="https://user:password@host:port" # Host to be used as proxy, make sure to type a valid protocol. Available: http:// | https:// | socks4:// | socks5://
|
|
|
|
# USER_AGENT="Mozilla/5.0 (Android 12; Mobile; rv:109.0) Gecko/109.0 Firefox/109.0"
|