mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
Documenting two keywords that were previously missing
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@7404 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1,17 +1,28 @@
|
||||
;;; 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]
|
||||
enabled => yes
|
||||
dsn => asterisk
|
||||
;username => myuser
|
||||
;password => mypass
|
||||
pre-connect => yes
|
||||
|
||||
|
||||
;[mysql2]
|
||||
;dsn => MySQL-asterisk
|
||||
;username => myuser
|
||||
;password => mypass
|
||||
;pre-connect => yes
|
||||
[mysql2]
|
||||
enabled => no
|
||||
dsn => MySQL-asterisk
|
||||
username => myuser
|
||||
password => mypass
|
||||
pre-connect => yes
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user