Skip to content

Commit

Permalink
fix db
Browse files Browse the repository at this point in the history
  • Loading branch information
John Koht committed Feb 22, 2012
1 parent 3cbadf1 commit 41880f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/application/reset.css.scss
Expand Up @@ -7,7 +7,7 @@ html,body,body div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,ad
article,aside,figure,footer,header,hgroup,nav,section{display:block}
img,object,embed{max-width:100%}
html{overflow-y:scroll}
ul{list-style:none}
ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0}
Expand Down
10 changes: 1 addition & 9 deletions config/database.yml
Expand Up @@ -24,13 +24,5 @@ test:
port: <%= ENV['MYSQL_PORT'] %>

production:
adapter: mysql2
encoding: utf8
reconnect: false
database: <%= ENV['DATABASE_NAMESPACE'] %>_development
pool: 5
username: <%= ENV['MYSQL_USERNAME'] %>
password: <%= ENV['MYSQL_PASSWORD'] %>
host: <%= ENV['MYSQL_HOST'] %>
port: <%= ENV['MYSQL_PORT'] %>

# created for us by our push to heroku

0 comments on commit 41880f8

Please sign in to comment.