summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-02-25 00:27:31 +0300
committerAndrew Dolgov <[email protected]>2017-02-25 00:27:31 +0300
commit885224d569d535b7e63ab301e4fd6cdc71c5c49b (patch)
tree30316ac1023460a53b9920e61f11f10fa87f56d0 /config.php-dist
initial
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist13
1 files changed, 13 insertions, 0 deletions
diff --git a/config.php-dist b/config.php-dist
new file mode 100644
index 0000000..676d72f
--- /dev/null
+++ b/config.php-dist
@@ -0,0 +1,13 @@
+<?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('BOOKS_DIR', '/home/fox/Books');
+ define('CALIBRE_DB', BOOKS_DIR . "/metadata.db");
+
+