Add example data and tests
Change-Id: Ife7b03d33607ec6c27da39b783e66e28f6496bbc
diff --git a/example.conf b/example.conf
new file mode 100644
index 0000000..a9522d4
--- /dev/null
+++ b/example.conf
@@ -0,0 +1,25 @@
+{
+ hypnotoad => {
+ listen => ['http://*:5673'],
+ trusted_proxies => ['10.0/8', '127.0.0.1'],
+ proxy => 1,
+ pid_file => 'derekovecs-example.'. `hostname -s | tr -d "\n"` .'.pid',
+ workers => 4
+ },
+
+ morbo => {
+ listen => ['http://*:5673'],
+ workers => 0
+ },
+
+ w2v => {
+ vecs => "example-models/wpd19_10000/wpd19_10000.vecs"
+ },
+
+ # Piwik => {
+ # url => 'https://stats.ids-mannheim.de',
+ # token_auth => 'ad7609a669179c4ebca7c995342f7e12',
+ # site_id => 16,
+ # embed => 1
+ # },
+}
\ No newline at end of file