diff options
Diffstat (limited to '')
-rw-r--r-- | etc/portato.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/portato.cfg b/etc/portato.cfg index 2429dc7..10f5445 100644 --- a/etc/portato.cfg +++ b/etc/portato.cfg @@ -124,6 +124,7 @@ prefhint = f3f785 ; allowed values: ; - sql : SQLite Database ; - dict : Hashmap in Memory -type = sql +; - eixsql: Eix + SQLite Database +type = eixsql # vim:ts=4:sw=4:noexpandtab:ft=cfg |