Created
June 29, 2009 18:15
-
-
Save henrypoydar/137735 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
common: &default_settings | |
license_key: 'xxx' | |
app_name: crm-core | |
enabled: false | |
log_level: info | |
ssl: false | |
apdex_t: 0.5 | |
capture_params: false | |
transaction_tracer: | |
enabled: true | |
transaction_threshold: apdex_f | |
record_sql: obfuscated | |
stack_trace_threshold: 0.500 | |
error_collector: | |
enabled: true | |
capture_source: true | |
development: | |
<<: *default_settings | |
enabled: true | |
developer: true | |
test: | |
<<: *default_settings | |
enabled: false | |
production: | |
<<: *default_settings | |
enabled: true | |
staging: | |
<<: *default_settings | |
enabled: true | |
app_name: crm-core (staging) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment