Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
rendezvous
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
VeNtura
rendezvous
Commits
a1e390f2
Commit
a1e390f2
authored
Nov 02, 2014
by
tady
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update settings
parent
b18a7b97
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
5 deletions
+10
-5
.env.sample
+5
-0
config/newrelic.yml
+1
-1
config/settings.yml
+4
-4
No files found.
.env.sample
View file @
a1e390f2
...
@@ -7,3 +7,8 @@ RV_S3_BACKET_NAME=xxxxxxxxxxxxxxxxxxxxx
...
@@ -7,3 +7,8 @@ RV_S3_BACKET_NAME=xxxxxxxxxxxxxxxxxxxxx
RV_PDF_UPLOADING=1
RV_PDF_UPLOADING=1
DATABASE_URL=mysql2://user:passwd@localhost/rendezvous_development
DATABASE_URL=mysql2://user:passwd@localhost/rendezvous_development
RV_ALLOW_IPS=1.1.1.1,2.2.2.2
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
config/newrelic.yml
View file @
a1e390f2
...
@@ -15,7 +15,7 @@ common: &default_settings
...
@@ -15,7 +15,7 @@ common: &default_settings
# You must specify the license key associated with your New Relic
# You must specify the license key associated with your New Relic
# account. This key binds your Agent's data to your account in the
# account. This key binds your Agent's data to your account in the
# New Relic service.
# New Relic service.
license_key
:
'
7bd008493661cbb36f85d52068addbe8ffecaf04'
license_key
:
<%= ENV['RV_NEWRELIC_LICENSE_KEY'] %>
# Agent Enabled (Ruby/Rails Only)
# Agent Enabled (Ruby/Rails Only)
# Use this setting to force the agent to run or not run.
# Use this setting to force the agent to run or not run.
...
...
config/settings.yml
View file @
a1e390f2
...
@@ -16,12 +16,12 @@ defaults: &defaults
...
@@ -16,12 +16,12 @@ defaults: &defaults
bucket_name
:
<%= ENV['RV_S3_BACKET_NAME'] %>
bucket_name
:
<%= ENV['RV_S3_BACKET_NAME'] %>
# optional
# optional
#
hipchat:
hipchat
:
# token: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
token
:
<%= ENV['RV_HIPCHAT_TOKEN'] %>
# room: 'xxxxxxxxxxx'
room
:
<%= ENV['RV_HIPCHAT_ROOM'] %>
# optional
# optional
# google_analytics:
google_analytics
:
<%= ENV['RV_GOOGLE_ANALYTICS_ID'] %>
# optional
# optional
pdf_uploading
:
<%= ENV['RV_PDF_UPLOADING'].present? %>
pdf_uploading
:
<%= ENV['RV_PDF_UPLOADING'].present? %>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment