aboutsummaryrefslogtreecommitdiff
path: root/deduper/libpuzzle/php/examples/similar/config.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'deduper/libpuzzle/php/examples/similar/config.inc.php')
-rw-r--r--deduper/libpuzzle/php/examples/similar/config.inc.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/deduper/libpuzzle/php/examples/similar/config.inc.php b/deduper/libpuzzle/php/examples/similar/config.inc.php
new file mode 100644
index 0000000..d4e3b41
--- /dev/null
+++ b/deduper/libpuzzle/php/examples/similar/config.inc.php
@@ -0,0 +1,9 @@
+<?php
+
+define('MAX_IMAGE_SIZE', 1024 * 1024 * 4);
+define('MAX_URL_SIZE', 255);
+define('DB_DSN', 'sqlite:similar.sqlite3');
+define('MAX_WORDS', 100);
+define('MAX_WORD_LENGTH', 10);
+
+?>