--- trunk/etc/config.yml 2007/02/05 19:03:28 89 +++ trunk/etc/config.yml 2008/06/01 00:34:09 118 @@ -1,6 +1,6 @@ --- framework: - AdminMode: 0 + AdminMode: 1 ApplicationClass: SQLSession ApplicationName: SQLSession Database: @@ -11,13 +11,14 @@ Password: '' RecordBaseClass: Jifty::DBI::Record::Cachable User: '' - Version: 0.0.6 + Version: 0.0.7 DevelMode: 1 L10N: PoDir: share/po # LogLevel: INFO + LogLevel: DEBUG # LogLevel: ALL - LogConfig: etc/log.conf +# LogConfig: etc/log.conf Mailer: Sendmail MailerArgs: [] # Mailer: IO @@ -25,8 +26,9 @@ # - %log/mail.log% Plugins: - - Login: {} - - EditInPlace: {} + - User: {} + - Authentication::Password: {} +# - EditInPlace: {} PubSub: Backend: Memcached @@ -41,11 +43,11 @@ default_escape_flags: h error_format: text error_mode: fatal -# Port: 65432 - Port: 8888 + Port: 65432 +# Port: 8888 ServeStaticFiles: 1 StaticRoot: share/web/static TemplateRoot: share/web/templates application: -# edit: 1 + edit: 1