Revision 243 (by dpavlin, 2008/10/01 21:03:14) added new modes to hold stats about strix instance usage
--- 
framework: 
  AdminMode: 1
  ApplicationClass: A3C
  ApplicationName: A3C
  ApplicationUUID: E39DA2FA-ED79-11DC-83DE-637BB7FBCC3E
  ConfigFileVersion: 3
  Database: 
    AutoUpgrade: 1
    CheckSchema: 1
    Database: a3c
    Driver: Pg
    Host: localhost
    Password: 'a3c'
    RecordBaseClass: Jifty::DBI::Record::Cachable
    User: 'a3c'
    Version: 0.0.6
  DevelMode: 1
  L10N: 
    PoDir: share/po
#  LogLevel: INFO
  LogLevel: DEBUG
  Mailer: Sendmail
  MailerArgs: []

  Plugins: 
    - LetMe: {}
    - SkeletonApp: {}
    - REST: {}
#    - Halo: {}
    - ErrorTemplates: {}
    - OnlineDocs: {}
    - CompressedCSSandJS: {}
    - AdminUI: {}
    - Debug: {}
    - User: {}
#    - Login: {}
    - Authentication::Password: {}
    - Authentication::Ldap:
       LDAPhost: ldap.carnet.hr
       LDAPbase: dc=carnet,dc=hr
       LDAPName: cn                     # displayname, cn
#       LDAPMail: mailLocalAddress       # email used optionnal
       LDAPuid: uid
#       LDAPssl: 0

  PubSub: 
    Backend: Memcached
    Enable: ~
  SkipAccessControl: 0
  TemplateClass: A3C::View
  View: 
    FallbackHandler: Jifty::View::Mason::Handler
    Handlers: 
      - Jifty::View::Static::Handler
      - Jifty::View::Declare::Handler
      - Jifty::View::Mason::Handler
  Web: 
    BaseURL: http://localhost
    DataDir: var/mason
    Globals: []

    MasonConfig: 
      autoflush: 0
      default_escape_flags: h
      error_format: text
      error_mode: fatal
    Port: 8888
    ServeStaticFiles: 1
    StaticRoot: share/web/static
    TemplateRoot: share/web/templates

# values are overriden by site_config.yml
application:
  LDAP:
    server: 'ldap.example.com'
    dn: 'cn=foo,dc=example,dc=com'
    password: 'hax0r'
    # LDAP search
    base: 'dc=example,dc=com'
    objectClass:
#      person: inetOrgPerson
#      organization: organization
      person: hrEduPerson
      organization: hrEduOrg
    link:
      person_filter: HrEduPersonHomeOrg
      display_from: name
      value_from: cn

  strix:
    dir: data/strix/
    domain: '.skole.hr'
    database:
      host: localhost
      port: 15432
      user: web
      passwd: ''