X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=etc%2Fdavical%2Fdavical.heureux-cyclage.org-conf.php;fp=etc%2Fdavical%2Fdavical.heureux-cyclage.org-conf.php;h=84fe3011c42bda6a021377a915603bc19724744b;hb=e2ae547ef85e29f3f9c9dfe31feffdac2653df06;hp=0000000000000000000000000000000000000000;hpb=d210d4efb0016a3ea2425af9f601bfe908161499;p=lhc%2Fateliers.git diff --git a/etc/davical/davical.heureux-cyclage.org-conf.php b/etc/davical/davical.heureux-cyclage.org-conf.php new file mode 100644 index 0000000..84fe301 --- /dev/null +++ b/etc/davical/davical.heureux-cyclage.org-conf.php @@ -0,0 +1,36 @@ +domain_name = "davical.heureux-cyclage.org"; + $c->sysabbr = 'DAViCal'; + $c->admin_email = 'contact+davical@heureux-cyclage.org'; + $c->system_name = "davical.heureux-cyclage.org"; + $c->enable_row_linking = true; + $c->pg_connect[] = 'host=/run/postgresql port=5432 dbname=davical user=davical_app'; + $c->locale_path = '/usr/share/davical/locale'; + $c->default_locale = "fr_FR"; + $c->readonly_webdav_collections = true; + $c->home_calendar_name = 'home'; + $c->dbg['ALL'] = 0; + $c->http_auth_mode = "Basic"; + #/** Base Server Programs **/ + #$c->dbg['caldav'] = 1; + #$c->dbg['ics'] = 1; + #$c->dbg['freebusy'] = 1; + #/** HTTP Request Methods **/ + #$c->dbg['options'] = 1; + #$c->dbg['report'] = 1; + #$c->dbg['get'] = 1; + #$c->dbg['put'] = 1; + #$c->dbg['propfind'] = 1; + #/** AWL Objects **/ + #$c->dbg['icalendar'] = 1; + #$c->dbg['user'] = 1; + #$c->dbg['i18n'] = 1; + #$c->dbg['querystring'] = 1; + + #$c->strict_result_ordering = true; + #$c->authenticate_hook['server_auth_type'] = array('Negotiate','Basic'); + #$c->authenticate_hook['server_auth_type'] = 'Basic'; + include_once('AuthPlugins.php'); + ?> +