From e0f0c2976432a18dcc5a637c3ff38ab3bae9ffb0 Mon Sep 17 00:00:00 2001 From: Shuky Dvir Date: Tue, 11 Sep 2012 01:04:20 +0300 Subject: [PATCH] matching to errbit repo --- .gitignore | 2 +- config/mongoid.yml | 12 ------------ config/newrelic.yml | 19 ------------------- 3 files changed, 1 insertion(+), 32 deletions(-) delete mode 100644 config/mongoid.yml delete mode 100644 config/newrelic.yml diff --git a/.gitignore b/.gitignore index aa12867..cf0edfb 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,4 @@ config/newrelic.yml .idea *~ *.rbc -.DS_Store \ No newline at end of file +.DS_Store diff --git a/config/mongoid.yml b/config/mongoid.yml deleted file mode 100644 index 6651480..0000000 --- a/config/mongoid.yml +++ /dev/null @@ -1,12 +0,0 @@ -# Mongoid Configuration for MongoHQ on Heroku -# =========================================== -# -# Copy this file to config/mongoid.yml, -# commit it to your repo, then push to heroku. - -production: - uri: <%= ENV['MONGOHQ_URL'] %> - -development: - host: localhost - database: errbit_development diff --git a/config/newrelic.yml b/config/newrelic.yml deleted file mode 100644 index 41f99a7..0000000 --- a/config/newrelic.yml +++ /dev/null @@ -1,19 +0,0 @@ ---- - <%= ENV["RACK_ENV"] %>: - error_collector: - capture_source: true - enabled: true - ignore_errors: ActionController::RoutingError - apdex_t: 0.5 - ssl: false - monitor_mode: true - license_key: <%= ENV["NEW_RELIC_LICENSE_KEY"] %> - developer_mode: false - app_name: <%= ENV["NEW_RELIC_APP_NAME"] %> - transaction_tracer: - record_sql: obfuscated - enabled: true - stack_trace_threshold: 0.5 - transaction_threshold: apdex_f - capture_params: false - log_level: info \ No newline at end of file -- libgit2 0.21.2