forked from Yakabuff/redarc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.env
More file actions
39 lines (37 loc) · 838 Bytes
/
default.env
File metadata and controls
39 lines (37 loc) · 838 Bytes
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
REDARC_HTTP_PORT=8088
REDARC_API=http://redarc.mysite.org:8088/api/
REDARC_FE_API=http://redarc.mysite.org:8088/api/
SERVER_NAME=redarc.mysite.org
ADMIN_PASSWORD="qwerty"
INGEST_PASSWORD="asdf"
IMAGE_PATH="/your/path"
REDIS_HOST_PORT=56379
API_PORT=18000
API_UPSTREAM=http://127.0.0.1:18000
INGEST_ENABLED=true
INDEX_ENABLED=true
SEARCH_ENABLED=true
PG_DATABASE=postgres
PG_USER=postgres
PG_PASSWORD=test1234
PG_HOST=pgsql-dev
PG_PORT=5432
PG_HOST_PORT=55432
PGFTS_DATABASE=postgres
PGFTS_USER=postgres
PGFTS_PASSWORD=test1234
PGFTS_HOST=pgsql-fts
PGFTS_PORT=5432
PGFTS_HOST_PORT=55433
CLIENT_ID="change me"
CLIENT_SECRET="change me"
PASSWORD="change me"
USER_AGENT="my user agent"
REDDIT_USERNAME="change me"
INDEX_DELAY=300
SUBREDDITS="asdf,asdf"
FETCH_DELAY=43200
DOWNLOAD_IMAGES=true
REDIS_HOST=redis
REDIS_PORT=6379
NUM_THREADS=25