forked from tarantool/tt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtt.yaml.default
More file actions
60 lines (44 loc) · 1.86 KB
/
tt.yaml.default
File metadata and controls
60 lines (44 loc) · 1.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
tt:
modules:
# Directory where the external modules are stored.
directory: /opt/tarantool/modules
app:
# Directory that stores various instance runtime
# artifacts like console socket, PID file, etc.
run_dir: /var/run/tarantool
# Directory that stores log files.
log_dir: /var/log/tarantool
# The maximum size in MB of the log file before it gets rotated.
log_maxsize: 100
# The maximum number of days to retain old log files.
log_maxage: 8
# The maximum number of old log files to retain.
log_maxbackups: 10
# Restart instance on failure.
restart_on_failure: false
# Directory where write-ahead log (.xlog) files are stored.
wal_dir: /var/lib/tarantool
# Directory where memtx stores snapshot (.snap) files.
memtx_dir: /var/lib/tarantool
# Directory where vinyl files or subdirectories will be stored.
vinyl_dir: /var/lib/tarantool
# Directory that stores binary files.
bin_dir: /opt/tarantool/bin
# Directory that stores Tarantool header files.
inc_dir: /opt/tarantool/include
# Path to directory that stores all applications.
# The directory can also contain symbolic links to applications.
instances_enabled: /etc/tarantool/instances.enabled
# Tarantoolctl artifacts layout compatibility: if set to true tt will not create application
# sub-directories for control socket, pid files, log files, etc.. Data files (wal, vinyl,
# snap) and multi-instance applications are not affected by this option.
tarantoolctl_layout: true
ee: null
# Path to file with credentials for downloading Tarantool Enterprise Edition.
# credential_path: /path/to/file
templates:
# The path to templates search directory.
- path: /opt/tarantool/templates
repo:
# Directory that stores installation files.
distfiles: /var/cache/tarantool/distfiles