From aece63361dfd4fd1db122d317fc23d5c90c0c7cb Mon Sep 17 00:00:00 2001 From: ston1th Date: Mon, 6 May 2019 21:22:51 +0200 Subject: [PATCH] updated install script --- scripts/install_openbsd.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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