summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJames Every <devstopfix@gmail.com>2019-07-03 21:42:44 +0100
committerJames Every <devstopfix@gmail.com>2019-07-03 22:06:00 +0100
commit724f8a06cde05ddb04b3a410d0326c0372148588 (patch)
tree4fd32802c727892b4c217229b89290c184abb024 /config
parentPrototype using erlexec (diff)
chore: format
Diffstat (limited to 'config')
-rw-r--r--config/config.exs13
1 files changed, 13 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs
new file mode 100644
index 0000000..3bf1711
--- /dev/null
+++ b/config/config.exs
@@ -0,0 +1,13 @@
+# This file is responsible for configuring your application
+# and its dependencies with the aid of the Mix.Config module.
+use Mix.Config
+
+config :gen_magic,
+ worker_name: "apprentice",
+ worker_timeout: 5000,
+ recycle_threshold: 10,
+ database_patterns: [
+ "/usr/local/share/misc/magic.mgc",
+ "/usr/share/file/magic.mgc",
+ "/usr/share/misc/magic.mgc"
+ ]