aboutsummaryrefslogtreecommitdiffstats
path: root/configs/res_pgsql.conf.sample
diff options
context:
space:
mode:
authorlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2009-01-20 21:03:15 +0000
committerlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2009-01-20 21:03:15 +0000
commit3c1d98a120dd346c4d9bdbc40a2ada0e340db7ae (patch)
treef5e9b7d7745b16bf7bfde173caf894774cfd2bb0 /configs/res_pgsql.conf.sample
parentbcc72e4d4f05b7c16923e84ce712f2ac1904fa24 (diff)
parent5d859e878131cac015b110f434a57e459cdac8b0 (diff)
Creating tag for release of asterisk-1.4.23
git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.4.23@169571 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