updated install script
This commit is contained in:
parent
ce5764840f
commit
aece63361d
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue