-
-
Notifications
You must be signed in to change notification settings - Fork 135
Configuration
Pablo Ferreiro edited this page Aug 20, 2024
·
11 revisions
Key | Description | Options | Default | Example |
---|---|---|---|---|
APP_URL | URL where the root directory of the app is located | - | / | http://localhost:8000 |
LATTE_CACHE | Path to the template engine cache | - | ./cache/latte | /tmp/latte |
API_CHROMEDRIVER | URL to chromedriver instance | - | http://localhost:4444 | http://localhost:4444 |
API_VERIFYFP | Token to bypass captcha requests | - | ||
API_CACHE | Cache engine to use | redis, apcu, json | - | redis |
PROXY | Proxy url | - | None | http://user:password@localhost:1234 |
Key | Example | Note |
---|---|---|
REDIS_HOST | localhost | Host or path to unix socket |
REDIS_PORT | 6379 | Set to -1 to use unix socket |
REDIS_PASSWORD | password | Leave commented for no password |
Key | Example | Note |
---|---|---|
API_CACHE_JSON | /tmp/proxitok_redis | Leave commented for ./cache/api |