aboutsummaryrefslogtreecommitdiffstats
path: root/1.2-netsec/configs/res_odbc.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to '1.2-netsec/configs/res_odbc.conf.sample')
-rw-r--r--1.2-netsec/configs/res_odbc.conf.sample31
1 files changed, 0 insertions, 31 deletions
diff --git a/1.2-netsec/configs/res_odbc.conf.sample b/1.2-netsec/configs/res_odbc.conf.sample
deleted file mode 100644
index 59d5c68c3..000000000
--- a/1.2-netsec/configs/res_odbc.conf.sample
+++ /dev/null
@@ -1,31 +0,0 @@
-;;; 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]
-enabled => no
-dsn => MySQL-asterisk
-username => myuser
-password => mypass
-pre-connect => yes
-
-
-
-
-
-