-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtt.yaml
54 lines (41 loc) · 1.48 KB
/
tt.yaml
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
modules:
# Directory where the external modules are stored.
directory: modules
env:
# Restart instance on failure.
restart_on_failure: false
# Directory that stores binary files.
bin_dir: bin
# Directory that stores Tarantool header files.
inc_dir: include
# Path to directory that stores all applications.
# The directory can also contain symbolic links to applications.
instances_enabled: 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: false
app:
# Directory that stores various instance runtime
# artifacts like console socket, PID file, etc.
run_dir: var/run
# Directory that stores log files.
log_dir: var/log
# Directory where write-ahead log (.xlog) files are stored.
wal_dir: var/lib
# Directory where memtx stores snapshot (.snap) files.
memtx_dir: var/lib
# Directory where vinyl files or subdirectories will be stored.
vinyl_dir: var/lib
# Path to file with credentials for downloading Tarantool Enterprise Edition.
# credential_path: /path/to/file
ee:
credential_path:
templates:
# The path to templates search directory.
- path: templates
repo:
# Directory where local rocks files could be found.
rocks:
# Directory that stores installation files.
distfiles: distfiles