-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy path.env.example
More file actions
78 lines (72 loc) · 2.42 KB
/
.env.example
File metadata and controls
78 lines (72 loc) · 2.42 KB
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
68
69
70
71
72
73
74
75
76
77
78
NODE_ENV=development
PORT=3005
APP_NAME=positron-staging
APP_URL=http://localhost:3005
API_URL=http://localhost:3005/api
FORCE_URL=https://staging.artsy.net
ARTSY_URL=https://stagingapi.artsy.net
SESSION_SECRET=p0s1tr0n
ELASTICSEARCH_PORT=9200
# Local development only for the below; refers to the key in docker-compose.yml
ELASTICSEARCH_URL=http://elasticsearch:9200
MONGOHQ_URL=mongodb://localhost:27017/positron
##
# Set the DATADOG_AGENT_HOSTNAME to some value and start a local agent via Docker
# with a `--name` equal to DATADOG_AGENT_HOSTNAME to perform local development
# against Positron's configuration with Data Dog.
#
# IMPORTANT: Set the `-e DD_HOSTNAME` when running the agent to something that'll
# uniquely identity your computer. For example, `daniel-phoenix`. As Data Dog
# is a shared service, this will allow you to easily isolate your work in the
# Data Dog UI.
#
# A docker invocation that worked for running DD agent on my mac:
#
#```
# docker run --name datadog-agent \
# --network hokusai_default \
# -v /var/run/docker.sock:/var/run/docker.sock:ro
# -v /proc/:/host/proc/:ro \
# -v /sys/fs/cgroup/:/host/sys/fs/cgroup:ro \
# -e DD_API_KEY=[GET-FROM-DD-UI] \
# -e DD_APM_ENABLED=true \
# -e DD_HOSTNAME="$(whoami)-$(hostname -s)" \
# datadog/agent:latest
#```
##
DATADOG_AGENT_HOSTNAME=datadog-agent
# Needed to link Reaction: `yarn link @artsy/reaction`
GRAPHQL_ENDPOINT=https://metaphysics-staging.artsy.net
TECH_SUPPORT=craig@artsymail.com
DEBUG=api,client,app
SALT=$2a$10$PJrPMBadu1NPdmnshBgFbe
API_MAX=100
API_PAGE_SIZE=10
GEMINI_APP=writer-staging
FORCE_COLOR=1
WEBFONT_URL=http://webfonts.artsy.net/
IP_BLACKLIST=
NO_INDEX_CHANNELS=
DEV_FEATURES=1
# OSS version of the .env file
# Note: The ARTSY_ID & ARTSY_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.
ARTSY_ID=e750db60ac506978fc70
ARTSY_SECRET=3a33d2085cbd1176153f99781bbce7c6
EDITORIAL_CHANNEL=REPLACE_ME
GEMINI_KEY=REPLACE_ME
SEGMENT_WRITE_KEY=REPLACE_ME
GRAVITY_CLOUDFRONT_URL=REPLACE_ME
FULCRUM_BUCKET=REPLACE_ME
S3_KEY=REPLACE_ME
S3_SECRET=REPLACE_ME
SAILTHRU_KEY=REPLACE_ME
SAILTHRU_SECRET=REPLACE_ME
SECURE_IMAGES_URL=REPLACE_ME
FB_PAGE_ID=REPLACE_ME
DEFAULT_PARTNER_ID=REPLACE_ME
DISPLAY_ID=REPLACE_ME
SENTRY_PUBLIC_DSN=REPLACE_ME
SENTRY_PRIVATE_DSN=REPLACE_ME