Switch to default postgresql port - warvox - VoIP based wardialing tool, forked from rapid7/warvox.
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit ad1c4790c8e0057f4a3d7ed0c04ff5f62870de3e
 (DIR) parent 6e553f120bad0e80842f90bf69dc9edcda1473f2
 (HTM) Author: HD Moore <hd_moore@rapid7.com>
       Date:   Thu, 27 Dec 2012 15:10:49 -0600
       
       Switch to default postgresql port
       
       Diffstat:
         M config/database.yml                 |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/config/database.yml b/config/database.yml
       @@ -4,7 +4,7 @@ production:
          username: warvox
          password: "<yourpass>"
          host: 127.0.0.1
       -  port: 5433
       +  port: 5432
          pool: 100
          timeout: 5
        
       @@ -14,7 +14,7 @@ development:
          username: warvox
          password: "<yourpass>"
          host: 127.0.0.1
       -  port: 5433
       +  port: 5432
          pool: 100
          timeout: 5