-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env.example
39 lines (27 loc) · 951 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
# Port to serve application
PORT=5000
# Host name with PORT of the application
HOST=localhost:5000
# Current environment
RACK_ENV=development
# Base secret key
SECRET_KEY_BASE=development_secret
# Static files serving
RAILS_SERVE_STATIC_FILES=true
# Specify assets server host name, eg.: d2oek0c5zwe48d.cloudfront.net
# ASSET_HOST=d2oek0c5zwe48d.cloudfront.net
# Database name prefix
# DATABASE_NAME=paste_database_prefix_here
# Set Rollbar key for the app
# ROLLBAR_ACCESS_TOKEN=your_key_here
# We send devise email using this "from" address
# Enable basic auth to close the app from unauthorized viewers
# AUTH_BASIC_REALM=your_application_name
# AUTH_BASIC_PASS=your_password_here
# Set single hostname
# CANONICAL_HOST=paste_single_hostname_here
# Google analytics
# GA_TRACKER=your_ga_tracker_code_here
# comma separated list of IP adresses
# MINI_PROFILER_IP_WHITELIST=rack_mini_profiler_ip