-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
43 lines (30 loc) · 1 KB
/
.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
# Port to serve application
PORT=5000
# Host name with PORT of the application
HOST=lvh.me: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
# IP_WHITELIST=127.0.0.1
# Google API credentials
GOOGLE_CLIENT_ID=google_client_id
GOOGLE_CLIENT_SECRET=google_client_secret