Skip to content

Commit

Permalink
changed the database.yml to mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Putnam authored and Patrick Putnam committed Jan 15, 2013
1 parent e290196 commit 97700d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion app/manifests/application_manifest.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ class ApplicationManifest < Moonshine::Manifest::Rails
# for details. To customize, remove this recipe and specify the components you want.
recipe :default_stack
recipe :mongodb
recipe :mysql
# Add your application's custom requirements here
def application_packages
# If you've already told Moonshine about a package required by a gem with
Expand Down
4 changes: 2 additions & 2 deletions config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Ensure the SQLite 3 gem is defined in your Gemfile
# gem 'sqlite3'
development:
adapter: pg
adapter: mysql
database: whatever
pool: 5
timeout: 5000
Expand All @@ -19,7 +19,7 @@ test:
timeout: 5000

production:
adapter: pg
adapter: mysql
database: whatever
pool: 5
timeout: 5000

0 comments on commit 97700d4

Please sign in to comment.