-
Notifications
You must be signed in to change notification settings - Fork 12
/
.env
32 lines (23 loc) · 847 Bytes
/
.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
# Database settings
DATABASE_URL=mysql2://user:passwd@localhost/rendezvous_development
# Host name
RV_RENDEZVOUS_APP_HOST=http://localhost:3000
# Gmail login restriction
RV_PERMITTED_LOGIN_DOMAIN=gmail.com,mycompany.com
# Google OAuth login
RV_GOOGLE_API_CLIENT_ID=xxxxxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.apps.googleusercontent.com
RV_GOOGLE_API_SECRET=xxxxxxxxxxxxxxxxxxxxxxxx
# Image upload
RV_S3_ASSESS_KEY_ID=xxxxxxxxxxxxxxxxxxxxxxxx
RV_S3_SECRET_ACCESS_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
RV_S3_BACKET_NAME=xxxxxxxxxxxxxxxxxxxxx
RV_PDF_UPLOADING=1
# IP restriction
RV_ALLOW_IPS=1.1.1.1,2.2.2.2
# NewRelic
RV_NEWRELIC_LICENSE_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# HipChat
RV_HIPCHAT_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxxxx
RV_HIPCHAT_ROOM=xxxxxxxxxxxxxx
# Google Analytics
RV_GOOGLE_ANALYTICS_ID=UA-xxxxxxxxxx-xx