Commit e0f0c2976432a18dcc5a637c3ff38ab3bae9ffb0
1 parent
f3f2e584
Exists in
master
and in
1 other branch
matching to errbit repo
Showing
3 changed files
with
1 additions
and
32 deletions
Show diff stats
.gitignore
config/mongoid.yml
... | ... | @@ -1,12 +0,0 @@ |
1 | -# Mongoid Configuration for MongoHQ on Heroku | |
2 | -# =========================================== | |
3 | -# | |
4 | -# Copy this file to config/mongoid.yml, | |
5 | -# commit it to your repo, then push to heroku. | |
6 | - | |
7 | -production: | |
8 | - uri: <%= ENV['MONGOHQ_URL'] %> | |
9 | - | |
10 | -development: | |
11 | - host: localhost | |
12 | - database: errbit_development |
config/newrelic.yml
... | ... | @@ -1,19 +0,0 @@ |
1 | ---- | |
2 | - <%= ENV["RACK_ENV"] %>: | |
3 | - error_collector: | |
4 | - capture_source: true | |
5 | - enabled: true | |
6 | - ignore_errors: ActionController::RoutingError | |
7 | - apdex_t: 0.5 | |
8 | - ssl: false | |
9 | - monitor_mode: true | |
10 | - license_key: <%= ENV["NEW_RELIC_LICENSE_KEY"] %> | |
11 | - developer_mode: false | |
12 | - app_name: <%= ENV["NEW_RELIC_APP_NAME"] %> | |
13 | - transaction_tracer: | |
14 | - record_sql: obfuscated | |
15 | - enabled: true | |
16 | - stack_trace_threshold: 0.5 | |
17 | - transaction_threshold: apdex_f | |
18 | - capture_params: false | |
19 | - log_level: info | |
20 | 0 | \ No newline at end of file |