Skip to content

Instantly share code, notes, and snippets.

@henrypoydar
Created June 29, 2009 18:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save henrypoydar/137735 to your computer and use it in GitHub Desktop.
Save henrypoydar/137735 to your computer and use it in GitHub Desktop.
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