12 lines
490 B
Diff
12 lines
490 B
Diff
--- sqlgrey-1.7.4/etc/sqlgrey.conf.orig 2006-05-28 09:32:59.000000000 -0500
|
|
+++ sqlgrey-1.7.4/etc/sqlgrey.conf 2006-12-12 14:58:38.000000000 -0600
|
|
@@ -119,7 +119,9 @@
|
|
# instead of Pg below use "mysql" for MySQL, "SQLite" for SQLite
|
|
# any DBD driver is allowed, but only the previous 3 have been tested
|
|
# db_type = Pg
|
|
+db_type = SQLite
|
|
# db_name = sqlgrey
|
|
+db_name = /var/lib/sqlgrey/sqlgrey.db
|
|
# Note: the following are not used with SQLite
|
|
# db_host = localhost
|
|
# db_port = default
|