Documentation ¶
Overview ¶
Package conf parses start up args and config file
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Conf = map[string]string{} // Reload RELOAD = "" // Config File CONFIG_FILE = "" // Node Indices NODE_IDXS map[string]idxOpts = nil // Default Chunksize for size virtual index CHUNK_SIZE int64 = 1048576 ANON_READ = true ANON_WRITE = false ANON_DELETE = false // Default is true, will rotate logs daily LOG_ROTATE = true )
Functions ¶
func Initialize ¶
func Initialize()
Initialize is an explicit init. Enables outside use of shock-server packages. Parses config and populates the Conf variable.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.