File: admin.js

package info (click to toggle)
wiredtiger 3.1.0%2Bds-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 23,708 kB
  • sloc: ansic: 103,581; python: 46,767; sh: 6,669; java: 6,055; cpp: 2,016; makefile: 1,007; xml: 176
file content (19 lines) | stat: -rw-r--r-- 930 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
var admin =
[
    [ "Database Home Directory", "home.html", null ],
    [ "Database Configuration", "database_config.html", [
      [ "Configuration ordering", "database_config.html#config_order", null ],
      [ "WIREDTIGER_CONFIG environment variable", "database_config.html#config_env", null ],
      [ "WiredTiger.config file", "database_config.html#config_file", null ],
      [ "WiredTiger.basecfg file", "database_config.html#config_base", null ]
    ] ],
    [ "Filesystems", "filesystems.html", [
      [ "Remote file systems", "filesystems.html#remote", null ]
    ] ],
    [ "Security", "security.html", [
      [ "Database directory permissions", "security.html#directory_permissions", null ],
      [ "Absolute paths", "security.html#absolute_path", null ],
      [ "File permissions", "security.html#file_permissions", null ],
      [ "Environment variables", "security.html#environment_variables", null ]
    ] ]
];