about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSamy KACIMI <samy.kacimi@gmail.com>2017-04-05 00:31:31 +0200
committerSamy KACIMI <samy.kacimi@gmail.com>2017-04-05 00:31:31 +0200
commit7762467b476af5c793d214ebc051b983921492b7 (patch)
treebda2c38faaff783dccff8f6e71c53c4b7f472708
parent81c76fe375d9342e5a436db05c8e25305c650e8d (diff)
rollback database.yml update
-rw-r--r--config/database.yml4
1 files changed, 0 insertions, 4 deletions
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