// -----------------------------------------  
// CelestLabx configuration (preferences) 
// See dedicated help page for more details
//
// Syntax: conf.name = value 
// -----------------------------------------
 
// Level of "verbosity" 
conf.LOG_VERBOSITY = "FATAL"

// %t if stela log messages are added to log 
conf.STELA_LOG = %f

// Log file ("" => no file)
conf.LOG_FILE = ""

// Root directory of installed STELA software
// [] <=> embedded version 
conf.STELA_ROOT = []

// Version checking mode for STELA (number of identical digits)
conf.STELA_VERSION_NCHECK = 2

// Expected CelestLab Version (for compatibility check)
conf.CL_VERSION = "3.6.0" 

// Version checking mode for CELESTLAB (number of identical digits)
conf.CL_VERSION_NCHECK = 2


