yate/conf.d/pgsqldb.conf.sample

38 lines
1010 B
Plaintext

[general]
; This section is special - holds settings common to all connections
; priority: int: Handler priority
;priority=100
; Each other section in this file describes a database connection
;[default]
; The section name is used as the database connection name
; timeout: int: Query timeout in milliseconds
;timeout=10000
; retry: int: How many times to retry the connection or query
;retry=5
; connection: string: Ready-built client connection string for PQconnectStart
; If this is not set the string is built from the following pieces
; Take care if you set this - it will override anything that follows
;connection=
; host: string: PostgreSQL server to connect to
;host=localhost
; port: int: Port on which the server is listening for connections
;port=5432
; database: string: Name of the database to use in queries
;database=yate
; user: string: Username to use to access the database
;user=postgres
; password: string: Password to authenticate the user to the database server
;password=