From 3fa4278a31d0f6f738b951c0d592941281aed196 Mon Sep 17 00:00:00 2001 From: Joshua Colp Date: Fri, 25 Jan 2013 14:01:04 +0000 Subject: Merge the sorcery data access layer API. Sorcery is a unifying data access layer which provides a pluggable mechanism to allow object creation, retrieval, updating, and deletion using different backends (or wizards). This is a fancy way of saying "one interface to rule them all" where them is configuration, realtime, and anything else that comes along. Review: https://reviewboard.asterisk.org/r/2259/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@380069 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/test_sorcery.conf.sample | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 configs/test_sorcery.conf.sample (limited to 'configs/test_sorcery.conf.sample') diff --git a/configs/test_sorcery.conf.sample b/configs/test_sorcery.conf.sample new file mode 100644 index 000000000..c465dbf74 --- /dev/null +++ b/configs/test_sorcery.conf.sample @@ -0,0 +1,14 @@ +; This is a res_sorcery_config compatible file for the sorcery unit tests + +[hey] +bob=98 +joe=41 + +[hey2] +type=zombies +bob=97 +joe=40 + +[hey3] +bob=96 +joe=39 -- cgit v1.2.3