# HG changeset patch # User sergey # Date 1399550231 -14400 # Node ID 0b703449f1923d1848ce79b39fff4049ed08b514 # Parent 699dd88f0ef28e933df4efb8bfd830c5f65ecdda added config diff -r 699dd88f0ef2 -r 0b703449f192 config/Benzin.Web.Application.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/config/Benzin.Web.Application.xml Thu May 08 15:57:11 2014 +0400 @@ -0,0 +1,134 @@ + + + utf-8 + + IMPL::Config + spawn + security.xml + + + + DBI:mysql:database=test;host=localhost;mysql_socket=/tmp/mysql-benzin.sock;mysql_enable_utf8=1 + + root + + 1 + 1 + set names utf8 + + + + + + + + + Benzin::Web::Resources::RootResource + + + + + + + + + application/json + text/html + + + + + + + + text/html + utf-8 + + + + IMPL::Config + view + + + IMPL::Config + shared_view + + + 1 + 1 + utf-8 + /tmp/ttc + + + components + + + cdn.xml + + ImpLab.org + + +
IMPL::Web::View::TTFormContainer
+
+
+
+ + + + Benzin::JSON + +
+
+ + + + ru-RU + en-US + + en-US + + + + + + + + + + text/html + + + + + IMPL::Config + view + + + IMPL::Config + shared_view + + + 1 + 1 + utf-8 + /tmp/ttc + + layout + errors + default + + includes + + + + + 500 + 404 + 403 + 401 + + 500 + +
+
\ No newline at end of file diff -r 699dd88f0ef2 -r 0b703449f192 config/bootstrap.pm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/config/bootstrap.pm Thu May 08 15:57:11 2014 +0400 @@ -0,0 +1,5 @@ +use File::Spec(); + +use lib File::Spec->catdir($IMPL::Config::AppBase, '../Impl/Lib'); +use lib File::Spec->catdir($IMPL::Config::AppBase, '../benzin/lib'); +