proxitok/.env.example

8 lines
310 B
Plaintext
Raw Normal View History

2022-01-14 18:26:07 +00:00
# APP_SUBDIR=/ # Subpath your app is running, defaults to /
2022-01-17 20:11:40 +00:00
# APP_CACHE=redis # Cache engine for TikTok Api, (more info on README)
2022-01-14 18:26:07 +00:00
# Redis, used on Helpers\CahceEngines\RedisCache (CHOOSE ONE)
# REDIS_URL=redis://:password@host:port # If using password
# REDIS_URL=redis://host:port # If not using password