-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.env
47 lines (35 loc) · 1.56 KB
/
.env
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
###############################################################################
# Development
# These are development-only settings and should be overridden in production.
###############################################################################
# Indexing/search service #
INDEXTANK_URL=http://:[email protected]
# Librato, metrics #
LIBRATO_SOURCE=my.sublimevideo.dev
LIBRATO_TOKEN=0132b3ecae47457b8c8d34b796a3af02abbe9fa528265cddfb650439c3049e25
# Session secret token #
SECRET_TOKEN=1bd7b42869ad3900fdc6c41c26558aec2084760f0924f79d325c5c8edcc37b98d1b1e302d8cbc45d3b4e223c0dbfd23b2b41e0620bbaff2ca0edd484c8271227
SECRET_KEY_BASE=71a36355fbe0aa0cc923744f64df2dc358b1ce543507d2b27b7563c71168af2d0ba4afe4f6bdd68249d0205fbbd0277bdb947f0e98c78947bc82ae7770e8e000
###############################################################################
# Staging
# These variables should also be defined in staging
###############################################################################
# Exceptions reporting #
# HONEYBADGER_API_KEY
# Librato, metrics #
# LIBRATO_PREFIX=staging
# Private API #
# PRIVATE_API_PASSWORD=xxx
# Unicorn process count #
# WEB_CONCURRENCY
###############################################################################
# Production
# These variables should also be defined in production
###############################################################################
# Exceptions reporting #
# HONEYBADGER_API_KEY
# Private API #
# PRIVATE_API_PASSWORD=xxx
# Unicorn process count #
# WEB_CONCURRENCY