forked from treehouse/mastodon
rollback database.yml update
parent
81c76fe375
commit
7762467b47
|
@ -3,10 +3,6 @@ default: &default
|
|||
pool: <%= ENV["DB_POOL"] || ENV['MAX_THREADS'] || 5 %>
|
||||
timeout: 5000
|
||||
encoding: unicode
|
||||
host: localhost
|
||||
username: samy
|
||||
password: tardis
|
||||
port: 32769
|
||||
|
||||
development:
|
||||
<<: *default
|
||||
|
|
Loading…
Reference in New Issue