summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-02-25 15:37:22 +0300
committerAndrew Dolgov <[email protected]>2017-02-25 15:37:32 +0300
commitbc6e20d282e0cc6152fb3b7a99ef79aef08388d3 (patch)
treefec469e63bb6b6e03475e8faf1c019b9e8467626 /config.php-dist
parentf37c9975eeec34562c93f9a0b25ace14294d089f (diff)
use sqlite as a scratch db
store lastread pointer as a CFI
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist7
1 files changed, 1 insertions, 6 deletions
diff --git a/config.php-dist b/config.php-dist
index 676d72f..7f6d737 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -1,12 +1,7 @@
<?php
// vim:ft=php:
- define('DB_TYPE', "pgsql"); // or mysql
- define('DB_HOST', "localhost");
- define('DB_USER', "fox");
- define('DB_NAME', "fox");
- define('DB_PASS', "pass");
-
+ define('SCRATCH_DB', 'db/scratch.db');
define('BOOKS_DIR', '/home/fox/Books');
define('CALIBRE_DB', BOOKS_DIR . "/metadata.db");