-
Notifications
You must be signed in to change notification settings - Fork 43
Closed
Description
Product: Tarantool
Since: 3.0
Root document:
- https://www.tarantool.io/en/doc/latest/book/admin/instance_config/
- https://www.tarantool.io/en/doc/latest/reference/tooling/tt_cli/configuration/#app-section
- https://www.tarantool.io/en/doc/latest/reference/reference_lua/other/
SME: @ Totktonada
See also:
- Cluster configuration: https://docs.d.tarantool.io/en/doc/3.0/concepts/configuration/#starting-tarantool-instances
- https://docs.d.tarantool.io/en/doc/3.0/concepts/configuration/configuration_code/
Example
Unpacked application structure (packaged using tt pack
):
/home/testuser/myapp
├── bin
│ ├── tarantool
│ └── tt
├── instances.enabled
│ └── sharded_cluster -> ../sharded_cluster
├── sharded_cluster
│ ├── .rocks
│ │ └── share
│ │ └── ...
│ ├── config.yaml
│ ├── instances.yaml
│ ├── router.lua
│ ├── sharded_cluster-scm-1.rockspec
│ └── storage.lua
└── tt.yaml
See also: https://docs.google.com/document/d/1fOaD9_084CiQ_PrlpNrvjhrK9P3zaKgRf54fU8ZKJ4I/edit