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*
|
**/.DS*
|
||||||
.sass-cache/
|
.sass-cache/
|
||||||
.envrc
|
.envrc
|
||||||
config/database.yml
|
|
||||||
coverage
|
coverage
|
||||||
dragonfly.log
|
dragonfly.log
|
||||||
data.sql
|
data.sql
|
||||||
|
|||||||
@ -7,7 +7,6 @@ development:
|
|||||||
adapter: postgresql
|
adapter: postgresql
|
||||||
host: localhost
|
host: localhost
|
||||||
database: danbarberphoto-dev
|
database: danbarberphoto-dev
|
||||||
username: danbarberphoto
|
|
||||||
|
|
||||||
# Warning: The database defined as "test" will be erased and
|
# Warning: The database defined as "test" will be erased and
|
||||||
# re-generated from your development database when you run "rake".
|
# re-generated from your development database when you run "rake".
|
||||||
@ -16,13 +15,10 @@ test:
|
|||||||
adapter: postgresql
|
adapter: postgresql
|
||||||
host: localhost
|
host: localhost
|
||||||
database: danbarberphoto-test
|
database: danbarberphoto-test
|
||||||
username: danbarberphoto
|
|
||||||
|
|
||||||
production:
|
production:
|
||||||
adapter: postgresql
|
adapter: postgresql
|
||||||
host: localhost
|
host: localhost
|
||||||
database: danbarberphoto
|
database: danbarberphoto
|
||||||
username: danbarberphoto
|
|
||||||
password: {put password here}
|
|
||||||
pool: 5
|
pool: 5
|
||||||
timeout: 5000
|
timeout: 5000
|
||||||
Loading…
Reference in New Issue
Block a user