mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-14 00:24:05 +00:00
Document two keywords that were previously missing
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7405 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1,17 +1,28 @@
|
|||||||
;;; odbc setup file
|
;;; odbc setup file
|
||||||
|
|
||||||
|
; ENV is a global set of environmental variables that will get set.
|
||||||
|
; Note that all environmental variables can be seen by all connections,
|
||||||
|
; so you can't have different values for different connections.
|
||||||
|
[ENV]
|
||||||
|
INFORMIXSERVER => my_special_database
|
||||||
|
INFORMIXDIR => /opt/informix
|
||||||
|
|
||||||
|
; All other sections are arbitrary names for database connections.
|
||||||
|
|
||||||
[asterisk]
|
[asterisk]
|
||||||
|
enabled => yes
|
||||||
dsn => asterisk
|
dsn => asterisk
|
||||||
;username => myuser
|
;username => myuser
|
||||||
;password => mypass
|
;password => mypass
|
||||||
pre-connect => yes
|
pre-connect => yes
|
||||||
|
|
||||||
|
|
||||||
;[mysql2]
|
[mysql2]
|
||||||
;dsn => MySQL-asterisk
|
enabled => no
|
||||||
;username => myuser
|
dsn => MySQL-asterisk
|
||||||
;password => mypass
|
username => myuser
|
||||||
;pre-connect => yes
|
password => mypass
|
||||||
|
pre-connect => yes
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user