config: introduce module config
This patch introduces the "config" module. This module allows you to access the configuration, apply it, and reload. Part of #8789 NO_DOC=will be added later NO_CHANGELOG=will be added later
Showing
- src/box/CMakeLists.txt 1 addition, 0 deletionssrc/box/CMakeLists.txt
- src/box/lua/config/applier/box_cfg.lua 1 addition, 1 deletionsrc/box/lua/config/applier/box_cfg.lua
- src/box/lua/config/init.lua 328 additions, 0 deletionssrc/box/lua/config/init.lua
- src/box/lua/init.c 5 additions, 0 deletionssrc/box/lua/init.c
- test/config-luatest/config_test.lua 83 additions, 0 deletionstest/config-luatest/config_test.lua
Loading
Please register or sign in to comment