Skip to content

Instantly share code, notes, and snippets.

@kencochrane
Created September 24, 2012 16:31
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 kencochrane/3776870 to your computer and use it in GitHub Desktop.
Save kencochrane/3776870 to your computer and use it in GitHub Desktop.
Example dotcloud.yml for Python service with NewRelic
www:
type: python
environment:
NEW_RELIC_LICENSE_KEY: zbc1234sjnfnsdnFAKE0KEYk3232kjnknfksdnfkw23
NEW_RELIC_APP_NAME: dotCloud Python App
NEW_RELIC_LOG: /var/log/supervisor/newrelic.log
NEW_RELIC_LOG_LEVEL: info
NEW_RELIC_CONFIG_FILE: /home/dotcloud/current/newrelic.ini
config:
enable_newrelic: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment