-
Notifications
You must be signed in to change notification settings - Fork 7
/
.env.example
executable file
·59 lines (45 loc) · 1.21 KB
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
APP_NAME=Scraper
APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_URL=http://localhost
LOG_CHANNEL=stack
DB_CONNECTION=sqlite
BROADCAST_DRIVER=log
CACHE_DRIVER=file
QUEUE_CONNECTION=database
SESSION_DRIVER=file
SESSION_LIFETIME=120
# Only needs configured if using Redis as QUEUE_CONNECTION
REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379
FFMPEG_OUTPUT_PATH= # full system path where scraped videos are stored
FFMPEG_LOG_PATH= # full system path where ffmpeg processing log files are stored
PHOTO_OUTPUT_PATH= # full system path where scraped photo galleries are stored
PHOTO_LOG_PATH= # full system path where scraped photo gallery processing log files are stored
# (optional) Authentication credentials for accessing videos behind required login
PORNTREX_USERNAME=
PORNTREX_PASSWORD=
PORNTREX_LOGIN_URL=
PORNWILD_USERNAME=
PORNWILD_PASSWORD=
PORNWILD_LOGIN_URL=
PORNKTUBE_USERNAME=
PORNKTUBE_PASSWORD=
PORNKTUBE_LOGIN_URL=
HQPORNER_USERNAME=
HQPORNER_PASSWORD=
HQPORNER_LOGIN_URL=
PORNHUB_USERNAME=
PORNHUB_PASSWORD=
PORNHUB_LOGIN_URL=
PORNPICS_USERNAME=
PORNPICS_PASSWORD=
PORNPICS_LOGIN_URL=
PICHUNTER_USERNAME=
PICHUNTER_PASSWORD=
PICHUNTER_LOGIN_URL=
WHORESHUB_USERNAME=
WHORESHUB_PASSWORD=
WHORESHUB_LOGIN_URL=