-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
25 lines (21 loc) · 903 Bytes
/
.env
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
# Set on Heroku (With Corrected Info)
WEB=forever -w start app.js
BLOCK_WORKER=forever -w start worker.js block
PLATFORM_WORKER=forever -w start worker.js platform
HOST=http://localhost:5000
SENTRY=https://d08970b16bf34bda95a0b5c77c611b64:[email protected]/48027
SENTRY_WEB=https://[email protected]/48027
MIXPANEL=72bbf9f234ec60d5ac625d3e746e062a
HEAP=3364732506
INTERCOM=ld4wxnse
INTERCOM_SECRET=vWy4amYZ7m_YG_f3k_fIQUpXXK1UEjSRHhQ1OhYP
# Copy onto Heroku
MAILGUN=key-5f24661d0cd778ead4f82082400ff8b7
MAILGUN_DOMAIN=copylot.io
# Keep On Your Machince
NODE_ENV=development
DATABASE_URL=postgres://root:copylot@localhost/copylot
DATABASE_TEST_URL=postgres://postgres:@localhost/copylot_test
REDIS_URL=redis://root@localhost:6379
RABBITMQ_BIGWIG_RX_URL=amqp://guest:guest@localhost
RABBITMQ_BIGWIG_TX_URL=amqp://guest:guest@localhost