Changeset 1398

Show
Ignore:
Timestamp:
11/13/07 20:58:58 (6 years ago)
Author:
charsbar
Message:

lang/perl/Jipotter: moved Web config to site_config.yml

Location:
lang/perl/Jipotter/trunk/etc
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Jipotter/trunk/etc/config.yml

    r1366 r1398  
    3535  SkipAccessControl: 0 
    3636  TemplateClass: Jipotter::View 
    37   Web:  
    38     BaseURL: http://localhost 
    39     Port: 8888 
    40  
    41     ServeStaticFiles: 1 
    42     StaticRoot: share/web/static 
    43     TemplateRoot: share/web/templates 
    44  
    45     DataDir: var/mason 
    46     Globals: [] 
    47  
    48     MasonConfig:  
    49       autoflush: 0 
    50       default_escape_flags: h 
    51       error_format: text 
    52       error_mode: fatal 
    53  
  • lang/perl/Jipotter/trunk/etc/site_config.yml.sample

    r1366 r1398  
    88          username: your_name 
    99          password: your_password 
     10 
     11  Web:  
     12    BaseURL: http://localhost 
     13    Port: 8888 
     14 
     15    ServeStaticFiles: 1 
     16    StaticRoot: share/web/static 
     17    TemplateRoot: share/web/templates 
     18 
     19    DataDir: var/mason 
     20    Globals: [] 
     21 
     22    MasonConfig:  
     23      autoflush: 0 
     24      default_escape_flags: h 
     25      error_format: text 
     26      error_mode: fatal 
     27