From: Samy KACIMI Date: Tue, 4 Apr 2017 22:31:31 +0000 (+0200) Subject: rollback database.yml update X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=7762467b476af5c793d214ebc051b983921492b7;p=mastodon.git rollback database.yml update --- diff --git a/config/database.yml b/config/database.yml index 390113480..5ec342f93 100644 --- a/config/database.yml +++ b/config/database.yml @@ -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