Skip to content

Commit

Permalink
changed local DB name for new mac.
Browse files Browse the repository at this point in the history
will need to create a local ENV variable for this
  • Loading branch information
kacole2 committed Jul 10, 2014
1 parent c2288d8 commit 58232a5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
17 changes: 16 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,19 @@

*.log

/tmp/*
/tmp/*
public/uploads/apptype/image/blah/large_Screen_Shot_2014-07-09_at_11.05.30_PM.png

public/uploads/apptype/image/blah/medium_Screen_Shot_2014-07-09_at_11.05.30_PM.png

public/uploads/apptype/image/blah/Screen_Shot_2014-07-09_at_11.05.30_PM.png

public/uploads/apptype/image/blah/small_Screen_Shot_2014-07-09_at_11.05.30_PM.png

public/uploads/apptype/image/blah/xlarge_Screen_Shot_2014-07-09_at_11.05.30_PM.png

public/uploads/apptype/image/blah/xsmall_Screen_Shot_2014-07-09_at_11.05.30_PM.png

public/uploads/tmp/1404965471-27484-0767/Screen_Shot_2014-07-09_at_11.05.30_PM.png

public/uploads/tmp/1404965471-27484-0767/xsmall_Screen_Shot_2014-07-09_at_11.05.30_PM.png
4 changes: 2 additions & 2 deletions config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ development:
encoding: unicode
database: jumpsquares_development
pool: 5
username: colemk1
username: kcoleman
password:

test:
adapter: postgresql
encoding: unicode
database: jumpsquares_test
pool: 5
username: colemk1
username: kcoleman
password:

production:
Expand Down

0 comments on commit 58232a5

Please sign in to comment.