1
0
mirror of https://github.com/danbee/danbarberphoto synced 2025-03-04 08:49:07 +00:00

Add proper default database config

This commit is contained in:
Daniel Barber 2017-11-20 17:13:16 -05:00
parent efe7980515
commit ce1b44c2a4
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8
2 changed files with 0 additions and 5 deletions

1
.gitignore vendored
View File

@ -10,7 +10,6 @@ public/system
**/.DS*
.sass-cache/
.envrc
config/database.yml
coverage
dragonfly.log
data.sql

View File

@ -7,7 +7,6 @@ development:
adapter: postgresql
host: localhost
database: danbarberphoto-dev
username: danbarberphoto
# Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake".
@ -16,13 +15,10 @@ test:
adapter: postgresql
host: localhost
database: danbarberphoto-test
username: danbarberphoto
production:
adapter: postgresql
host: localhost
database: danbarberphoto
username: danbarberphoto
password: {put password here}
pool: 5
timeout: 5000