summaryrefslogtreecommitdiff
path: root/etc/portato.cfg
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2009-02-20 00:58:36 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2009-02-20 00:58:36 +0100
commit9756f5649fc17b4be9b8f3f9a537ee027faabca2 (patch)
treea417fbbc2861be171d7843311a2fa3b435e7db95 /etc/portato.cfg
parentd3f2196d3c638222a8e96c3d61626a9ff8efb2e1 (diff)
downloadportato-9756f5649fc17b4be9b8f3f9a537ee027faabca2.tar.gz
portato-9756f5649fc17b4be9b8f3f9a537ee027faabca2.tar.bz2
portato-9756f5649fc17b4be9b8f3f9a537ee027faabca2.zip
Add database type to global config -- no user-config for the moment
Diffstat (limited to 'etc/portato.cfg')
-rw-r--r--etc/portato.cfg11
1 files changed, 11 insertions, 0 deletions
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