diff options
author | Aleš Mrázek <ales.mrazek@nic.cz> | 2024-09-12 22:45:16 +0200 |
---|---|---|
committer | Aleš Mrázek <ales.mrazek@nic.cz> | 2024-09-30 11:16:07 +0200 |
commit | 796bcb13d132c05e6cbef9ac01f0c2a4141152d0 (patch) | |
tree | 849223341ee732853d2d38e879d57eff70a2e33c /doc | |
parent | ci/images/manager/DockerFile removed (diff) | |
download | knot-resolver-796bcb13d132c05e6cbef9ac01f0c2a4141152d0.tar.xz knot-resolver-796bcb13d132c05e6cbef9ac01f0c2a4141152d0.zip |
doc/_static/config.schema.json: update
Diffstat (limited to 'doc')
-rw-r--r-- | doc/_static/config.schema.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/_static/config.schema.json b/doc/_static/config.schema.json index 989aaf62..036a3ce0 100644 --- a/doc/_static/config.schema.json +++ b/doc/_static/config.schema.json @@ -29,7 +29,7 @@ "rundir": { "type": "string", "description": "Directory where the resolver can create files and which will be it's cwd.", - "default": "/var/run/knot-resolver" + "default": "/run/knot-resolver" }, "workers": { "anyOf": [ @@ -75,7 +75,7 @@ } }, "default": { - "unix_socket": "/var/run/knot-resolver/kres-api.sock", + "unix_socket": "/run/knot-resolver/kres-api.sock", "interface": null } }, |