Development

Changeset 7637

You must first sign up to be able to contribute.

Changeset 7637

Show
Ignore:
Timestamp:
02/27/08 21:41:15 (1 year ago)
Author:
fabien
Message:

updated defaults in factories.yml skeleton

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.1/lib/task/generator/skeleton/app/app/config/factories.yml

    r7516 r7637  
    2929#  response: 
    3030#    class: sfWebResponse 
     31#    param: 
     32#      logging: %SF_LOGGING_ENABLED% 
     33#      charset: %SF_CHARSET% 
    3134# 
    3235#  user: 
    3336#    class: myUser 
     37#    param: 
     38#      timeout:         1800 
     39#      logging:         %SF_LOGGING_ENABLED% 
     40#      use_flash:       true 
     41#      default_culture: %SF_DEFAULT_CULTURE% 
    3442# 
    3543#  storage: 
     
    4957#    class: sfI18N 
    5058#    param: 
    51 #      source:              XLIFF 
    52 #      debug:               off 
    53 #      untranslated_prefix: "[T]" 
    54 #      untranslated_suffix: "[/T]" 
     59#      source:              XLIFF 
     60#      debug:                off 
     61#      untranslated_prefix: "[T]" 
     62#      untranslated_suffix: "[/T]" 
    5563#      cache: 
    5664#        class: sfFileCache 
     
    6674#      load_configuration: true 
    6775#      suffix:             . 
     76#      default_module:     default 
     77#      default_action:     index 
     78#      debug:              %SF_DEBUG% 
     79#      logging:            %SF_LOGGING_ENABLED% 
     80#      cache: 
     81#        class: sfFileCache 
     82#        param: 
     83#          automatic_cleaning_factor: 0 
     84#          cache_dir:                 %SF_CONFIG_CACHE_DIR%/routing 
     85#          lifetime:                  31556926 
     86#          prefix:                    %SF_APP_DIR% 
     87# 
     88#  logger: 
     89#    class: sfAggregateLogger 
     90#    param: 
     91#      level: debug 
     92#      loggers: 
     93#        sf_web_debug: 
     94#          class: sfWebDebugLogger 
     95#          param: 
     96#            condition:      %SF_WEB_DEBUG% 
     97#            xdebug_logging: true 
     98#        sf_file_debug: 
     99#          class: sfFileLogger 
     100#          param: 
     101#            file: %SF_LOG_DIR%/%SF_APP%_%SF_ENVIRONMENT%.log 

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting, and supporting several large Open-Source projects.