diff --git a/scripts/install_openbsd.sh b/scripts/install_openbsd.sh index 2863929..70027f8 100755 --- a/scripts/install_openbsd.sh +++ b/scripts/install_openbsd.sh @@ -27,7 +27,11 @@ chown docstore:docstore /var/docstore cat < /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