forked from openaustralia/morph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenv-example
64 lines (49 loc) · 2.58 KB
/
env-example
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
# Secret configuration
# Copy this to .env and fill in the x's - these values are then automatically loaded as environment variables
# See https://github.com/bkeepers/dotenv for more information
GITHUB_APP_CLIENT_ID=xxxxxxxxxxxxxxxxxxxx
GITHUB_APP_CLIENT_SECRET=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# If this is Linux then your docker daemon is likely running locally on a socket. In that case the DOCKER_URL
# and DOCKER_TCP does not need to be set (comment the lines below out).
# If this is OS X, then follow the instructions in the README to install
# Docker Toolbox (https://www.docker.com/products/docker-toolbox) and then
# run `docker-machine env` and paste the output below
DOCKER_TLS_VERIFY=1
DOCKER_CERT_PATH="/Users/matthew/.docker/machine/machines/dev"
DOCKER_HOST=tcp://192.168.99.100:2376
# In development you can run elasticsearch on docker very easily which means
# you don't have to install it.
# Just use: docker-compose up
# Then, point it at the right place. You can get the ip address of docker
# by running: docker-machine ip
# If you're on Linux you can probably comment the line below out
ELASTICSEARCH_URL=http://192.168.99.100:9200
# This secret key is used for verifying the integrity of signed cookies.
# If you change this key, all old signed cookies will become invalid!
# You can use `rake secret` to generate a secure secret key.
SECRET_KEY_BASE=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# Google Analytics (leave commented out to disable)
#GOOGLE_ANALYTICS_TRACKING_ID=xx-xxxxxxx-xx
# Heap Analytics (leave commented out to disable)
#HEAP_ANALYTICS_TRACKING_ID=xxxxxxxxxx
# For deployment to a Digital Ocean
DIGITAL_OCEAN_CLIENT_ID=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
DIGITAL_OCEAN_API_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# Secret for authenticating sync / faye
SYNC_AUTH_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# Secret for single sign on authentication for Discourse
DISCOURSE_SECRET=xxxxxxxxxxxxxxxxxxxxxxxxxxx
DISCOURSE_URL=http://discuss.dev.morph.io
# Used by mitmproxy to communicate via the api back to morph
MITMPROXY_SECRET=xxxxxxxxxxxxxxxxxxxxxxxxxxx
MORPH_URL=http://localhost:3000
# Error reporting to Honeybadger
HONEYBADGER_API_KEY=xxxxxxxx
# We're using Cuttlefish to send mail
CUTTLEFISH_USERNAME=xxxxxxx
CUTTLEFISH_PASSWORD=xxxxxxxxxxxxxxxxxxxx
# skylight.io performance monitoring
SKYLIGHT_AUTHENTICATION=xxxxxxxxxxxxxxxxx
# Stripe payment processor
STRIPE_PUBLISHABLE_KEY=pk_test_xxxxxxxxxxxxxxxxxxxxxxxx
STRIPE_SECRET_KEY=sk_test_xxxxxxxxxxxxxxxxxxxxxxxx