From 9756f5649fc17b4be9b8f3f9a537ee027faabca2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Fri, 20 Feb 2009 00:58:36 +0100 Subject: Add database type to global config -- no user-config for the moment --- etc/portato.cfg | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'etc') diff --git a/etc/portato.cfg b/etc/portato.cfg index 950d78d..6d5d79f 100644 --- a/etc/portato.cfg +++ b/etc/portato.cfg @@ -115,4 +115,15 @@ packagetable = ffffff ; background color of the hint box in the preferences - hex value prefhint = f3f785 +# +# Section for the internal database +# +[DATABASE] + +; the type of the database to use - string value +; allowed values: +; - sql : SQLite Database +; - dict : Hashmap in Memory +type = sql + # vim:ts=4:sw=4:noexpandtab:ft=cfg -- cgit v1.2.3