summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2021-10-11 17:42:37 +0300
committerPaul Buetow <paul@buetow.org>2021-10-12 22:35:56 +0300
commita6098084f7150df34edecf1519386bd28a527361 (patch)
tree8c81477d0b6ef1f5934f012eb5bd05462bbb7c16 /docker
parentc0f4ebc9b3773c37e22c686024c8cc7ce4e71f9f (diff)
Update JSON-schema to reflect all recent config file changes.
Diffstat (limited to 'docker')
-rw-r--r--docker/dtail.json27
1 files changed, 4 insertions, 23 deletions
diff --git a/docker/dtail.json b/docker/dtail.json
index d86da20..acef22a 100644
--- a/docker/dtail.json
+++ b/docker/dtail.json
@@ -7,34 +7,15 @@
"MaxConnections": 50,
"MapreduceLogFormat" : "default",
"HostKeyFile" : "cache/ssh_host_key",
- "HostKeyBits" : 2048,
- "Permissions": {
- "Default": [
- "readfiles:^/.*$",
- "runcommands:^/.*$"
- ],
- "Users": {
- "pbuetow": [
- "readfiles:^/.*$",
- "runcommands:^/.*$"
- ],
- "jblake": [
- "readfiles:^/tmp/foo.log$",
- "readfiles:^/.*$",
- "readfiles:!^/tmp/bar.log$",
- "runcommands:!^/.*$"
- ]
- }
- }
+ "HostKeyBits" : 2048
},
"Common": {
"LogDir": "/var/log/dserver",
- "Logger": "fout",
+ "Logger": "Fout",
+ "LogLevel": "trace",
+ "LogRotation": "Daily",
"CacheDir": "cache",
- "TmpDir": "tmp",
- "LogStrategy": "daily",
"SSHPort": 2222,
- "LogLevel": "trace",
"ExperimentalFeaturesEnable": false
}
}