generated from dxw/rails-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
25 lines (20 loc) · 895 Bytes
/
.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
# Dotenv
#
# This file commits safe environment variables for the development environment.
# For managing sensitive values and overrides use `/.env.development.local`
#
# Reference: https://github.com/bkeepers/dotenv#what-other-env-files-can-i-use
# Rollbar for application monitoring
ROLLBAR_ACCESS_TOKEN=ROLLBAR_ACCESS_TOKEN
ROLLBAR_ENV=development
DATABASE_URL=postgres://postgres@localhost:5432/air-text-development
# TODO: Replace `example.com` with the canonical hostname of the app
CANONICAL_HOSTNAME=example.com
# TODO: Add a comma seperated list of any other hostnames you want to
# app to respond to and redirect to the canonical hostname, or delete
# this line completely
ADDITIONAL_HOSTNAMES=
CERC_API_HOST_URL=https://cerc.example.com
CERC_API_KEY=SECRET-API-KEY
CERC_API_CACHE_LIMIT_MINS=30
MAPTILER_API_KEY=SECRET-DEV-KEY-FROM-MAPTILER # or prod key limited to Heroku origin