File dav.ini

Last commit: Thu Nov 7 22:42:13 2019 +0100	Jan Dankert	Cleanup: Clean default configuration and empty logfile.
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
Download dav.ini
History Thu, 7 Nov 2019 22:42:13 +0100 Jan Dankert Cleanup: Clean default configuration and empty logfile. Wed, 6 Nov 2019 23:21:38 +0100 Jan Dankert Fix: Enable creation of projects and folders. Mon, 4 Nov 2019 23:03:10 +0100 Jan Dankert Refactoring: Cleaned up the folder structure. Thu, 31 Oct 2019 02:13:16 +0100 Jan Dankert Fix: Directories are now browseable. Mon, 15 Apr 2019 23:02:33 +0200 Jan Dankert moved from repository openrat-cms into this fresh new repository.