aboutsummaryrefslogtreecommitdiffstats
path: root/configs/res_pgsql.conf.sample
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-05-07 22:32:50 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-05-07 22:32:50 +0000
commit7570a6cd11648afb0f5e0ea7eba3db4700d98c1b (patch)
tree907473bb35424b44fcefcaf0cbb4be1044e4bb6a /configs/res_pgsql.conf.sample
parent46ecea95a1dbcb54f6e819405614598d569da256 (diff)
Merged revisions 63329 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r63329 | russell | 2007-05-07 17:28:50 -0500 (Mon, 07 May 2007) | 3 lines Add a sample configuration file and example tables for use with res_config_pgsql. (issue #9676, suretec) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@63330 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/res_pgsql.conf.sample')
-rw-r--r--configs/res_pgsql.conf.sample14
1 files changed, 14 insertions, 0 deletions
diff --git a/configs/res_pgsql.conf.sample b/configs/res_pgsql.conf.sample
new file mode 100644
index 000000000..1ec2293e2
--- /dev/null
+++ b/configs/res_pgsql.conf.sample
@@ -0,0 +1,14 @@
+;
+; Sample configuration for res_config_pgsql
+;
+; The value of dbhost may be either a hostname or an IP address.
+; If dbhost is commented out or the string "localhost", a connection
+; to the local host is assumed and dbsock is used instead of TCP/IP
+; to connect to the server.
+;
+[general]
+dbhost=127.0.0.1
+dbport=5432
+dbname=asterisk
+dbuser=asterisk
+dbpass=password