forked from artsy/metaphysics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.oss
67 lines (61 loc) · 2.17 KB
/
.env.oss
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
60
61
62
63
64
65
66
67
# Services
CONVECTION_API_BASE=https://convection-staging.artsy.net/api
DELTA_API_BASE=http://delta-staging.artsy.net
DIFFUSION_API_BASE=https://diffusion-staging.artsy.net/api
EMBEDLY_ENDPOINT=https://i.embed.ly/1/display
EXCHANGE_API_BASE=https://exchange-staging.artsy.net/api
GALAXY_API_BASE=https://artsy-galaxy-staging.herokuapp.com
GEMINI_API_BASE=https://media.artsy.net
GEMINI_ENDPOINT=https://d7hftxdivxxvm.cloudfront.net
GOOGLE_CSE_API_BASE=https://www.googleapis.com/customsearch/v1
GRAVITY_API_BASE=https://stagingapi.artsy.net/api/v1
GRAVITY_API_URL=https://stagingapi.artsy.net/
GRAVITY_GRAPHQL_ENDPOINT=https://stagingapi.artsy.net/api
HMAC_SECRET=https://www.youtube.com/watch?v=DLzxrzFCyOs
IMPULSE_API_BASE=https://impulse-staging.artsy.net/api
KAWS_API_BASE=https://kaws-staging.artsy.net
POSITRON_API_BASE=https://stagingwriter.artsy.net/api
PREDICTION_ENDPOINT=https://live-staging.artsy.net
VORTEX_API_BASE=https://vortex-staging.artsy.net/api
MEMCACHED_URL=localhost:11211
# Keys/Secrets
CONVECTION_APP_ID=**
DIFFUSION_TOKEN=**
EMBEDLY_KEY=**
GALAXY_TOKEN=**
GOOGLE_CSE_CX=**
GOOGLE_CSE_KEY=**
VORTEX_TOKEN=
# OSS version of the .env file
# Note: The GRAVITY_ID & GRAVITY_SECRET are known keys for Artsy OSS
# projects, and are not a problem. OSS people: Please don't abuse the keys,
# as then we'll have to change it, making it harder for others to learn from.
# As such, these keys do not come under the Artsy security bounty.
GRAVITY_ID=e750db60ac506978fc70
GRAVITY_SECRET=3a33d2085cbd1176153f99781bbce7c6
IMPULSE_APPLICATION_ID=
EXCHANGE_APP_ID=
VORTEX_APP_ID=
# Options
BIDDER_POSITION_MAX_BID_AMOUNT_CENTS_LIMIT=4500000000
CONVECTION_GEMINI_TEMPLATE=convection-staging
DEBUG=info,error
DIFFUSION_REQUEST_THROTTLE_MS=60000
ARTICLE_REQUEST_THROTTLE_MS=60000
ENABLE_APOLLO=false
ENABLE_ASYNC_STACK_TRACES=false
ENABLE_CONSIGNMENTS_STITCHING=true
ENABLE_QUERY_TRACING=false
ENABLE_REQUEST_LOGGING=true
ENABLE_RESOLVER_BATCHING=false
GRAPHQL_NO_NAME_WARNING=false
LOG_QUERY_DETAILS_THRESHOLD=
LOG_HTTP_LINKS=
CACHE_QUERY_LOGGING_THRESHOLD_MS=
NODE_ENV=development
PORT=5001
QUERY_DEPTH_LIMIT=
REQUEST_THROTTLE_MS=5000
REQUEST_TIMEOUT_MS=5000
RESIZING_SERVICE=gemini
RESOLVER_TIMEOUT_MS=0