;;; ;;; Config File ;;; ;;; ;;; Database connection ;;; [ database ] driver='dbi:Pg:dbname=ripcurl;host=capricornio' hostname=capricornio.int.ibex.com.br dbname=ripcurl dbuser=rcb passwd=ripcurl ;;; ;;; Template Toolkit ;;; [ template ] path = /home/champs/projects/ripcurl/template/ trim = 1 pre_chomp = 1 post_chomp = 1 ;;; default_template = ;;; ;;; Site map ;;; [ pages ] login = 'template/login.tt' ;;; ;;; HTTP Related config ;;; [ www ] base_url = http://rcb/ cgi_url = http://rcb/cgi-bin/ ;;; ;;; Entry points ;;; [ urls ] main = main.pl ;;; ;;; Cookies ;;; [ cookie ] domain = 'rcb' path = '/' ;;; ;;; CGI::Session ;;; [ session ] ;;; Session ends in 30 minutes expire = '+30m' send_cookie = 'yes'