mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +00:00 
			
		
		
		
	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: https://origsvn.digium.com/svn/asterisk/trunk@63330 65c4cc65-6c06-0410-ace0-fbb531ad65f3
		
			
				
	
	
		
			15 lines
		
	
	
		
			367 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			367 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| ;
 | |
| ; 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
 |