forked from johan--/tahi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env-sample
More file actions
28 lines (26 loc) · 1.29 KB
/
Copy path.env-sample
File metadata and controls
28 lines (26 loc) · 1.29 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
# The root .env file will contain all environment variables for the app.
# They can be referenced using the standard ENV['key'] syntax.
# If you want to automatically load the .env file with all of the current
# environment variables from heroku, run this from the command line:
# heroku plugins:install git://github.com/ddollar/heroku-config.git
# heroku config:pull --overwrite --interactive
# AWS_ACCESS_KEY_ID=ur-id
# AWS_SECRET_ACCESS_KEY=ur-key
# AWS_REGION=your-aws-region
# BUGSNAG_JAVASCRIPT_API_KEY='javascript_api_key'
# BUGSNAG_API_KEY='rails_api_key'
# CAPYBARA_SERVER_PORT=31337
# DEFAULT_MAILER_URL=tahi.example.com
# ES_URL="http://localhost:${CAPYBARA_SERVER_PORT}"
# EVENT_STREAM_ENABLED=true
# FROM_EMAIL=no-reply@example.com
# IHAT_URL="http://localhost:3000"
# MAILSAFE_REPLACEMENT_ADDRESS = "tahi-testing@example.com"
# OXGARAGE_URL='http://oxgarage.example.com/ege-webservice/Conversions/docx%3Aapplication%3Avnd.openxmlformats-officedocument.wordprocessingml.document/TEI%3Atext%3Axml/xhtml%3Aapplication%3Axhtml%2Bxml/conversion'
# RAILS_SECRET_TOKEN=secret-token-goes-here
# S3_BUCKET=tahi-test
# S3_URL="http://localhost:${CAPYBARA_SERVER_PORT}/fake_s3"
# SENDGRID_USERNAME=username
# SENDGRID_PASSWORD=password
# REDIS_PROVIDER="redis://localhost:6379"
# SEGMENT_IO_WRITE_KEY=write_key