appname: "StrehlerDemo"

layout: "main"

charset: "UTF-8"

engines:
        template:
            template_toolkit:
                ENCODING: utf8
                DEFAULT: 'no.tt'
template: "template_toolkit"
    
plugins:
    DBIC:
      default:
        dsn: dbi:SQLite:dbname=demo.sqlite
        schema_class: Strehler::Schema

#This is a Strehler minimal configuration
Strehler:
    dashboard_active: 1
    admin_secured: 1
    languages: ['it', 'en']
    default_language: 'it'
    timezone: 'Europe/Rome'
    dashboard:
       - title: Dummy list
         type: list
         category: dummy
       - type: page
         title: A page
         elements:
            - section: upper
              category: upper
            - section: lower
              category: lower