-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy path.env.test
More file actions
31 lines (28 loc) · 848 Bytes
/
.env.test
File metadata and controls
31 lines (28 loc) · 848 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
NODE_ENV=test
PORT=5000
APP_URL=http://localhost:5000
API_URL=http://localhost:5000/api
FORCE_URL=http://localhost:5000/__gravity
ARTSY_URL=http://localhost:5000/__gravity
SESSION_SECRET=p0s1tr0n
MONGOHQ_URL=mongodb://localhost:27017/positron-test
ELASTICSEARCH_URL=http://localhost:9200
ELASTICSEARCH_PORT=9200
SALT=$2a$10$PJrPMBadu1NPdmnshBgFbe
API_MAX=100
API_PAGE_SIZE=10
EDITORIAL_CHANNEL=5086df098523e60002000018
FB_PAGE_ID=12345
SEGMENT_WRITE_KEY=12345
FORCE_COLOR=1
DEV_FEATURES=1
ARTSY_ID=REPLACE
ARTSY_SECRET=REPLACE
# Needed to link Reaction: `yarn link @artsy/reaction`
GRAPHQL_ENDPOINT=https://metaphysics-staging.artsy.net/v2
# Token used to authenticate with the code coverage tracking tool Codecov.
# Token not needed when running tests during dev, intended to only be set
# during CI.
CODECOV_TOKEN
BRANCH_NAME
COMMIT_HASH_FULL