-
Notifications
You must be signed in to change notification settings - Fork 43
(Obsolete) 3.0 config #3773
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
(Obsolete) 3.0 config #3773
Conversation
697602d
to
b7c24b6
Compare
b7c24b6
to
b253eb3
Compare
b253eb3
to
1790966
Compare
1790966
to
4489797
Compare
4489797
to
eae2024
Compare
eae2024
to
e0e20d2
Compare
e0e20d2
to
fc6581a
Compare
fc6581a
to
8ab5c06
Compare
8ab5c06
to
8ed4caf
Compare
8ed4caf
to
e9b9dbf
Compare
e9b9dbf
to
c4fe272
Compare
c4fe272
to
1a9c74f
Compare
1a9c74f
to
4288c73
Compare
4288c73
to
13e2b5e
Compare
7bf3689
to
daaad9a
Compare
daaad9a
to
63c1f8d
Compare
Since ``box.cfg`` may contain many configuration parameters and since some of the | ||
parameters (such as directory addresses) are semi-permanent, it's best to keep | ||
``box.cfg`` in a Lua file. Typically this Lua file is the initialization file | ||
which is specified on the Tarantool command line. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's best to keep
box.cfg
in a Lua file
It's simplest, but why the best? Cartridge, for example, allow to store box.cfg parameters in the cluster wide config.
And it is unclear how it is related to non-dynamic options.
Starting a Tarantool instance | ||
----------------------------- | ||
|
||
Below is the syntax for starting a Tarantool instance configured in a Lua initialization script: | ||
|
||
.. code-block:: console | ||
|
||
$ tarantool LUA_INITIALIZATION_FILE [OPTION ...] | ||
|
||
The ``tarantool`` command also provides a set of :ref:`options <configuration_command_options>` that might be helpful for development purposes. | ||
|
||
The command below starts a Tarantool instance configured in the ``script.lua`` file: | ||
|
||
.. code-block:: console | ||
|
||
$ tarantool script.lua |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't we place it at beginning?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes that are present is this PR don't contract with my understanding of the topic. I've left some nits around particular details here. Feels free to proceed with them in any way you'll find convenient.
UPD: Obsolete, see #3825.