#demo file of simple configuration INT_DEMO=16 BOOL_DEMO=true stringValue=This is a loaded from the configuration string value DELIMITERS = @#$%*_-|\n \r\t,.:+!?;{}()[]^<>=/\"\\ INTS=1, 2, 3, 4, 5 # you can put array in brackets, but no spaces before '[' and after ']' FLOATS=[1.5, 3.4, 2.8, 10, -2.5] #here is an error, just for demo purpose SHORTS=1,2,xx #here is lovely UTF-8 array STRINGS=next,word,is chinese,中文 #logger related settings (debug mode) LOG_DEBUG=true LOG_INFO=true LOG_ERROR=true #protect configuration values CFG_PROTECT=false