[DRE-commits] [diaspora-installer] 03/12: switch to local postgres

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Fri May 8 14:58:59 UTC 2015


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository diaspora-installer.

commit 37cd47116acb76d6c45e419aa5b892c43045a712
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Fri May 8 17:14:47 2015 +0530

    switch to local postgres
---
 database.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/database.yml b/database.yml
index f5a1e08..e5e8d25 100644
--- a/database.yml
+++ b/database.yml
@@ -10,9 +10,9 @@ mysql: &mysql
 
 postgres: &postgres
   adapter: postgresql
-  host: localhost
+  host: /var/run/postgresql
   port: 5432
-  username: postgres
+  username: diaspora
   password:
   encoding: unicode
 
@@ -20,8 +20,8 @@ postgres: &postgres
 # if you want to use postgres
 common: &common
   # Choose one of the following
-  <<: *mysql
-  #<<: *postgres
+  # <<: *mysql
+  <<: *postgres
 
   # Should match environment.sidekiq.concurrency
   #pool: 25

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/diaspora-installer.git



More information about the Pkg-ruby-extras-commits mailing list