Skip to content

Instantly share code, notes, and snippets.

export APPLICATION_NAME="endorsemint"
export APPLICATION_SESSION_SECRET="endorsemint"
export APPLICATION_LOG_LEVEL="DEBUG"
export DATABASE_POOL=5
export DATABASE_REAP_FREQUENCY=5
export DATABASE_TIMEZONE="utc"
export DATABASE_TIMEOUT=15
export DATABASE_URL="postgres://endorsemint@localhost:5432/endorsemint_development"
export PORT=9292
export PUMA_THREADS_MAX=1
@mm53bar
mm53bar / Gemfile
Created January 30, 2013 15:37
Be sure to install the datadog agent on your server before applying this code to your app. Instructions are at https://app.datadoghq.com/account/settings#agent or use my Sunzi recipe at https://github.com/Shift81/sunzi-recipes/blob/master/ubuntu/precise/datadog.sh
gem 'dogstatsd-ruby'