diff options
Diffstat (limited to 'etc/portato.cfg')
-rw-r--r-- | etc/portato.cfg | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/etc/portato.cfg b/etc/portato.cfg index 5533064..6d5d79f 100644 --- a/etc/portato.cfg +++ b/etc/portato.cfg @@ -106,7 +106,6 @@ scrollbacklines = 1000 # # Color section -# Values in this section are normally not editable through the GUI. # [COLORS] @@ -116,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 |