aboutsummaryrefslogtreecommitdiffstats
path: root/trunk/configs/res_pgsql.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/configs/res_pgsql.conf.sample')
-rw-r--r--trunk/configs/res_pgsql.conf.sample14
1 files changed, 14 insertions, 0 deletions
diff --git a/trunk/configs/res_pgsql.conf.sample b/trunk/configs/res_pgsql.conf.sample
new file mode 100644
index 000000000..1ec2293e2
--- /dev/null
+++ b/trunk/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