[global] # host: # o Specifies which section to use after the [global] section ends. # o Values are one of localhost || webhost. # o Values are case-sensitive. # # Warning: # o This file is processed by Config::Tiny. # o So, do not put comments at the ends of lines. # o 'key=value # A comment' sets key to 'value # A comment' :-(. host=localhost [localhost] dsn = dbi:SQLite:dbname=/tmp/dbix.tree.persist.sqlite username = password = [webhost] # T.B.A.