;connection specifies connection details for all pages
;path of the db, dbname, username and password
[connection]
hostName = localhost
userName = root
password =
dbName = test
;log specifies the path of the log file to be created
[log]
log_path = c:\log.txt
|