# This is comment. ################################################################################# ## @INCLUDE other.conf => (include other.conf) ## base = /tmp => base = /tmp ## log = ${base}/log => log = /tmp/logVariable ## host = ${!/bin/hostname -s} => host = www.qdecoder.org ## path = ${%PATH} => path = /usr/bin:/usr/sbin ## #hmm = this is comments => (skip comment) ################################################################################ # include default configuration @INCLUDE config_default.conf ## overriding default configuration HOST = www.qdecoder.org ## advanced samples EX1 = Hello World! EX2 = Using Variable : ${PROTOCOL}://${HOST}:${PORT} EX3 = Environment Variable : ${%REMOTE_ADDR} EX4 = Command Example : ${!date -u} EX6 = Command Example : ${!printf "${%SCRIPT_NAME}"}