Introduction
Introduction Statistics Contact Development Disclaimer Help
Switch to default postgresql port - warvox - VoIP based wardialing tool, forked…
Log
Files
Refs
README
---
commit ad1c4790c8e0057f4a3d7ed0c04ff5f62870de3e
parent 6e553f120bad0e80842f90bf69dc9edcda1473f2
Author: HD Moore <[email protected]>
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(-)
---
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
You are viewing proxied material from jay.scot. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.