Branch: refs/heads/gh-138-configless
  Home:   https://github.com/tarantool/tarantool
  Commit: 67e8aa0b5a4e918cbe324e734586170dc6dec7b1
      
https://github.com/tarantool/tarantool/commit/67e8aa0b5a4e918cbe324e734586170dc6dec7b1
  Author: Roman Tsisyk <[email protected]>
  Date:   2013-11-30 (Sat, 30 Nov 2013)

  Changed paths:
    M CMakeLists.txt
    M include/tarantool.h
    M src/admin.cc
    M src/iproto.cc
    M src/lua/info.cc
    M src/tarantool.cc

  Log Message:
  -----------
  Allow Tarantool to start without a configuration file using defaults.

This patch makes configuration files to be optional. If cfg filename
is not specifed explicitly then tarantool tries to load tarantool.cfg
from PWD and SYSCONFDIR dirs. If none of these files exist, default
settings are be used. It is also possible to create a configuration
file after the start and load it using box.cfg.reload().

iproto and admin port is disabled by default.

Closes #138


_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to