forked from WordPress/openverse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenv.template
40 lines (28 loc) · 789 Bytes
/
env.template
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
PYTHONUNBUFFERED="0"
#AWS_REGION="us-east-1"
#ENVIRONMENT="local"
#AWS_REGION="us-east-1"
#AWS_ACCESS_KEY_ID="test_key"
#AWS_SECRET_ACCESS_KEY="test_secret"
#AWS_S3_ENDPOINT="http://s3:5000"
#ELASTICSEARCH_URL="es"
#ELASTICSEARCH_PORT="9200"
#DATABASE_HOST="db"
#DATABASE_PORT="5432"
#DATABASE_USER="deploy"
#DATABASE_PASSWORD="deploy"
#DATABASE_NAME="openledger"
#UPSTREAM_DB_HOST="upstream_db"
#UPSTREAM_DB_PORT="5432"
#UPSTREAM_DB_USER="deploy"
#UPSTREAM_DB_PASSWORD="deploy"
#UPSTREAM_DB_NAME="openledger"
RELATIVE_UPSTREAM_DB_HOST="upstream_db"
RELATIVE_UPSTREAM_DB_PORT="5432"
#DB_BUFFER_SIZE="100000"
#SYNCER_POLL_INTERVAL="60"
#COPY_TABLES="image"
#LOCK_PATH="/worker_state/lock"
#SHELF_PATH="/worker_state/db"
#INDEXER_WORKER_HOST="localhost"
#INDEXER_WORKER_LIMIT=""