forked from jerryseigle/nexmo-developer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
47 lines (29 loc) · 817 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Uncomment these lines to enable BasicAuth
# USERNAME=user
# PASSWORD=password
RAILS_SERVE_STATIC_FILES=true
DISABLE_SSL=1
RACK_ENV=production
RAILS_ENV=production
ALLOW_ROBOTS=false
SEGMENT_WRITE_KEY=abc123
BUGSNAG_API_KEY=abc123
ALGOLIA_APPLICATION_ID=abc123
ALGOLIA_API_KEY=abc123
SEARCH_URL=https://abc123.execute-api.us-east-1.amazonaws.com/latest/search
# Required for screenshots:
NEXMO_PASSWORD=abc123
# Required for nexmo-oas-renderer
OAS_PATH='_open_api/api_specs/definitions'
DOCS_BASE_PATH='.'
# Blog path
BLOG_PATH='./_blog'
# Changelogs path
CHANGELOGS_PATH='./_changelogs'
GREENHOUSE_API_TOKEN='greenhouse-api-token'
REDIS_URL=redis://localhost:6379/0
# POSTGRES_USERNAME=''
# SMARTLING_USER_ID=''
# SMARTLING_USER_SECRET=''
# SMARTLING_PROJECT_ID=''