forked from openaustralia/morph
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv-example
More file actions
47 lines (35 loc) · 1.91 KB
/
env-example
File metadata and controls
47 lines (35 loc) · 1.91 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
# 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 your docker daemon will be running inside a VM with a tunneled port (see instructions
# in the README for how to set this up)
DOCKER_URL=http://localhost:4243
DOCKER_TCP=localhost:4243
# 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