w2v-server: simplify configuration via MOJO_CONFIG
diff --git a/w2v-server.conf b/w2v-server.conf
new file mode 100644
index 0000000..71e7003
--- /dev/null
+++ b/w2v-server.conf
@@ -0,0 +1,24 @@
+{
+ hypnotoad => {
+ listen => ['http://*:5673'],
+ pid_file => 'w2v-dereko-2020-ii.'. `hostname -s | tr -d "\n"` .'.pid',
+ heartbeat_timeout => 180,
+ workers => 4
+ },
+
+ morbo => {
+ listen => ['http://*:5673'],
+ workers => 1
+ },
+
+ w2v => {
+ vecs => "/vol/work/kupietz/Work2/kl/trunk/Analysemethoden/word2vec/models/dereko-2020-ii.vecs"
+ },
+
+ Piwik => {
+ url => 'https://stats.ids-mannheim.de',
+ token_auth => 'ad7609a669179c4ebca7c995342f7e12',
+ site_id => 16,
+ embed => 1
+ },
+}
\ No newline at end of file