diff --git a/config/database.yml b/config/database.yml index 3901134806623d05a18e7df66db14ce2f9c27525..5ec342f939f8bf31283b5cd7ed8c01f91adf0e8f 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