forked from tarantool/luatest
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adapt server to use declarative config
You can use a declarative config file to configure a server instance via the following options: - config_file (optional) Declarative YAML configuration for a server instance. Used to deduce advertise URI to connect `net.box` to the instance. The special value '' means running without `--config ...` CLI option (but still passes `--name <alias>`) - remote_config (optional) If `config_file` is not passed, this config value is used to deduce the advertise URI to connect `net.box` to the instance. Close tarantool#367
- Loading branch information
Showing
3 changed files
with
156 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters