updated install script

This commit is contained in:
ston1th 2019-05-06 21:22:51 +02:00
commit aece63361d

View file

@ -27,7 +27,11 @@ chown docstore:docstore /var/docstore
cat <<EOF> /var/docstore/docstore.conf cat <<EOF> /var/docstore/docstore.conf
{ {
"run_dir": "/var/docstore", "run_dir": "/var/docstore",
"secret": "$(openssl rand -hex 32)" "listen_addr": "0.0.0.0:8080",
"secret": "$(openssl rand -hex 32)",
"langs": ["deu"],
"cmd_timeout": 6000,
"debug": true
} }
EOF EOF
chmod 640 /var/docstore/docstore.conf chmod 640 /var/docstore/docstore.conf