Merged revisions 140817 via svnmerge from
[asterisk-bristuff.git] / configs / res_pgsql.conf.sample
blobcfb8538bd857b49c9baf54ff8497a9a434d265c3
2 ; Sample configuration for res_config_pgsql
4 ; The value of dbhost may be either a hostname or an IP address.
5 ; If dbhost is commented out or the string "localhost", a connection
6 ; to the local host is assumed and dbsock is used instead of TCP/IP
7 ; to connect to the server.
9 [general]
10 dbhost=127.0.0.1
11 dbport=5432
12 dbname=asterisk
13 dbuser=asterisk
14 dbpass=password
16 ; requirements - At startup, each realtime family will make requirements
17 ; on the backend.  There are several strategies for handling requirements:
18 ; warn        - Warn if the required column does not exist.
19 ; createclose - Create columns as close to the requirements as possible.
20 ; createchar  - Create char columns only
22 requirements=warn