install_linux fix typo
This commit is contained in:
parent
f964542c49
commit
1fdacd8a93
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ cat <<EOF> /etc/docstore/docstore.conf
|
||||||
{
|
{
|
||||||
"run_dir": "/var/lib/docstore",
|
"run_dir": "/var/lib/docstore",
|
||||||
"listen_addr": "0.0.0.0:8080",
|
"listen_addr": "0.0.0.0:8080",
|
||||||
"secret": "$(openssl rand -hex 32)"
|
"secret": "$(openssl rand -hex 32)",
|
||||||
"langs": ["deu"],
|
"langs": ["deu"],
|
||||||
"cmd_timeout": 6000,
|
"cmd_timeout": 6000,
|
||||||
"debug": true
|
"debug": true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue