This file contains hidden or 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
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 |
This file contains hidden or 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
gem 'dogstatsd-ruby' |