Skip to content

Instantly share code, notes, and snippets.

View cmhobbs's full-sized avatar
🍩
Waiting between the walls.

Christopher M. Hobbs cmhobbs

🍩
Waiting between the walls.
View GitHub Profile
@cmhobbs
cmhobbs / database.yml
Last active August 29, 2015 14:17 — forked from bigfive/database.yml
core: &core
adapter: postgis
encoding: unicode
host: 127.0.0.1
username: postgres
database: magnum<%= ENV['CI_BUILD_NUMBER'] %>
development:
<<: *core
test:
require 'rubygems'
require 'sinatra'
require 'redis'
# To use, simply start your Redis server and boot this
# example app with:
# ruby example_note_keeping_app.rb
#
# Point your browser to http://localhost:4567 and enjoy!
#