1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/proxitok_ynh.git synced 2024-09-03 20:15:53 +02:00
proxitok_ynh/conf/.env

19 lines
819 B
Bash
Raw Normal View History

2022-03-29 23:35:03 +02:00
APP_URL="https://__DOMAIN__"
APP_PATH="" # Relative path, PLEASE LEAVE EMPTY IF /
LATTE_CACHE= # Path for Latte cache, leave commented for ./cache/latte
# API CONFIG
2022-04-01 17:07:09 +02:00
API_FORCE_LEGACY=1 # Force legacy mode for wrapper
2022-03-29 23:35:03 +02:00
# 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
API_CACHE=redis
# 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= # 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