Skip to content

feedback: Configuration | Tarantool #5087

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
TarantoolBot opened this issue Apr 29, 2025 · 2 comments
Closed

feedback: Configuration | Tarantool #5087

TarantoolBot opened this issue Apr 29, 2025 · 2 comments
Assignees

Comments

@TarantoolBot
Copy link
Collaborator

<…>nted in the Configuration reference.

Configuration in a file
|This section provides an overview on how to configure Tarantool in a YAML file.|

Basic instance configuration
The example below shows a sample <…>

https://www.tarantool.io/en/doc/latest/platform/configuration/#configuration

Let's add here link for json-schema (which enables annotations in text editor of all available configurations of tarantool).

File should be started with:

yaml-language-server: $schema=https://download.tarantool.org/tarantool/schema/config.schema.json

@ochaton
Copy link
Member

ochaton commented Apr 29, 2025

For example:

# yaml-language-server: $schema=https://download.tarantool.org/tarantool/schema/config.schema.json
groups:
  group001:
    replicasets:
      replicaset001:
        instances:
          instance001:
            iproto:
              listen:
              - uri: '127.0.0.1:3301'

@ochaton
Copy link
Member

ochaton commented May 6, 2025

@lenkis

@lenkis lenkis closed this as completed in 7d73175 May 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants