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:
parent
efe7980515
commit
ce1b44c2a4
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,7 +10,6 @@ public/system
|
||||
**/.DS*
|
||||
.sass-cache/
|
||||
.envrc
|
||||
config/database.yml
|
||||
coverage
|
||||
dragonfly.log
|
||||
data.sql
|
||||
|
||||
@ -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
|
||||
Loading…
Reference in New Issue
Block a user