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
{
"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
chmod 640 /var/docstore/docstore.conf