Commit a1e390f2 by tady

update settings

parent b18a7b97
......@@ -7,3 +7,8 @@ RV_S3_BACKET_NAME=xxxxxxxxxxxxxxxxxxxxx
RV_PDF_UPLOADING=1
DATABASE_URL=mysql2://user:passwd@localhost/rendezvous_development
RV_ALLOW_IPS=1.1.1.1,2.2.2.2
RV_NEWRELIC_LICENSE_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
RV_HIPCHAT_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxxxx
RV_HIPCHAT_ROOM=xxxxxxxxxxxxxx
RV_GOOGLE_ANALYTICS_ID=UA-xxxxxxxxxx-xx
RV_PDF_UPLOADING=1
......@@ -15,7 +15,7 @@ common: &default_settings
# You must specify the license key associated with your New Relic
# account. This key binds your Agent's data to your account in the
# New Relic service.
license_key: '7bd008493661cbb36f85d52068addbe8ffecaf04'
license_key: <%= ENV['RV_NEWRELIC_LICENSE_KEY'] %>
# Agent Enabled (Ruby/Rails Only)
# Use this setting to force the agent to run or not run.
......
......@@ -16,12 +16,12 @@ defaults: &defaults
bucket_name: <%= ENV['RV_S3_BACKET_NAME'] %>
# optional
# hipchat:
# token: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
# room: 'xxxxxxxxxxx'
hipchat:
token: <%= ENV['RV_HIPCHAT_TOKEN'] %>
room: <%= ENV['RV_HIPCHAT_ROOM'] %>
# optional
# google_analytics:
google_analytics: <%= ENV['RV_GOOGLE_ANALYTICS_ID'] %>
# optional
pdf_uploading: <%= ENV['RV_PDF_UPLOADING'].present? %>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment