summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-05 21:14:35 +0300
committerAndrew Dolgov <[email protected]>2021-03-05 21:14:35 +0300
commit2b8b845abe7c13ecbb266613910484310cffe8e1 (patch)
tree90bd2e93737c2aad17cfb09496cc57cf3f9968cd /config.php-dist
parentb2341679d53b227fc90fba34c3a7e6453e3cad6e (diff)
* use ORM for trivial queries
* environment-based configuration * useradm.php -> update.php with new options * support for schema migrations * various fixes
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist12
1 files changed, 0 insertions, 12 deletions
diff --git a/config.php-dist b/config.php-dist
deleted file mode 100644
index ff4c32a..0000000
--- a/config.php-dist
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
- // vim:ft=php:
-
- define('SCRATCH_DB', 'db/scratch.db');
- // Please set this to a secure value first (see README.md)
-
- define('BOOKS_DIR', '/home/fox/Books');
- define('CALIBRE_DB', BOOKS_DIR . "/metadata.db");
-
- define('DICT_ENABLED', false);
- define('DICT_SERVER', 'localhost');
-