From f3f3a5fea3358b8a1965e5d281009fddb55368c0 Mon Sep 17 00:00:00 2001 From: timriker Date: Thu, 21 Nov 2002 20:08:53 +0000 Subject: [PATCH] SQLite additions git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@664 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/files/sample/sample.config | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/blootbot/files/sample/sample.config b/blootbot/files/sample/sample.config index eed2250..ed55ff1 100644 --- a/blootbot/files/sample/sample.config +++ b/blootbot/files/sample/sample.config @@ -29,23 +29,24 @@ set tempDir /home/blootbot/Temp # [str] Ability to remember/tell factoids # none -- disable. # mysql -- ... +# SQLite -- SQLite (libdbd-sqlite-perl) # pgsql -- postgresql (NOT SUPPORTED) # dbm -- berkeley dbm ### REQUIRED by factoids,freshmeat,karma,seen,... set DBType mysql -# [str] DBM filename prefix // MYSQL/PGSQL database. +# [str] DBM/SQLite filename prefix // MYSQL/PGSQL database. # eg: blootbot-factoids, blootbot-seen # eg: /var/db/mysql/blootbot/factoids.* set DBName blootbot -# [str] Hostname of database server +# [str] Hostname of database server (unset for SQLite) set SQLHost localhost -# [str] SQL user allowed to insert,update,delete stuff from tables. +# [str] SQL user allowed to insert,update,delete stuff from tables. (unset for SQLite) set SQLUser blootbot -# [str] SQL password. +# [str] SQL password. (unset for SQLite) set SQLPass PASSWORD # [str] SQL debug file. -- 2.39.2