about summary refs log tree commit diff
path: root/config/database.yml
diff options
context:
space:
mode:
authorSamy KACIMI <samy.kacimi@gmail.com>2017-04-05 00:29:56 +0200
committerSamy KACIMI <samy.kacimi@gmail.com>2017-04-05 00:29:56 +0200
commit81c76fe375d9342e5a436db05c8e25305c650e8d (patch)
tree9d81c36f8745de3d5ab8827a82a14be369f0d23e /config/database.yml
parent6fd865c0004efbf11ee87c06fea9f48af567fabe (diff)
add more tests to models
Diffstat (limited to 'config/database.yml')
-rw-r--r--config/database.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/database.yml b/config/database.yml
index 5ec342f93..390113480 100644
--- a/config/database.yml
+++ b/config/database.yml
@@ -3,6 +3,10 @@ default: &default
   pool: <%= ENV["DB_POOL"] || ENV['MAX_THREADS'] || 5 %>
   timeout: 5000
   encoding: unicode
+  host: localhost
+  username: samy
+  password: tardis
+  port: 32769
 
 development:
   <<: *default