--- name: MobileCat defalut_model: Schema default_view: TT session: expires: 3600 storage: /tmp/mobilecat/session param: sid validator: plugins: - Japanese Log::Dispatch: - class: File name: file filename: /var/log/app/mobilecat.log mode: append min_level: info format: '%P [%p] %m %n' - class: Screen name: screen min_level: debug stderr: 1 format: '[%p] %m%n' Model::Schema: connect_info: - dbi:mysql:mobilecat - mobilecat - mobilecat - on_connect_do: - 'set names utf8' View::Email: sender: mailer: SMTP mailer_args: - Host - localhost default: from: no-reply@mobilecat.koneta.org Controller::Auth: check_ua: 1 check_ip: 1 Plugin::Authentication: default_realm: simple realms: simple: credential: class: Password password_type: none store: class: DBIx::Class user_class: Schema::Users auto_update_user: 1