openrat-webdav

git clone http://git.code.weiherhei.de/openrat-webdav.git
Log | Files | Refs | README

dav.ini (630B)


      1 ; you may copy this file dav.ini to
      2 ; - dav.custom.ini
      3 ; - dav.<hostname>.ini
      4 ; - /etc/openrat-webdav.ini
      5 ; - Filename from environment variable DAV_CONFIG_FILE
      6 ;
      7 ; * Beware of publishing this file via the webserver because it may contain secret information! *
      8 
      9 
     10 dav.enable = true
     11 dav.create = true
     12 dav.readonly  = false
     13 dav.anonymous = false
     14 
     15 log.file  = log/dav.log
     16 log.level = warn
     17 
     18 ; only in anonymous mode:
     19 cms.username = dav
     20 cms.password = mypassword
     21 
     22 ; only necessary if more than 1 database available
     23 cms.database = db1
     24 
     25 cms.host = "localhost"
     26 cms.path = "/path/to/cms/"
     27 
     28 dav.redirect_collections_to_trailing_slash = true