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=77b63ead257f07c470e41763fbd56e3bdf0f16bb;hb=b316c11abf76e2b7814b74b3015ff5d7eff1854e;hp=84fe3011c42bda6a021377a915603bc19724744b;hpb=a3c24069977b549e05eb3e30cc1b57f7431f34f8;p=lhc%2Fateliers.git diff --git a/etc/davical/davical.heureux-cyclage.org-conf.php b/etc/davical/davical.heureux-cyclage.org-conf.php index 84fe301..77b63ea 100644 --- a/etc/davical/davical.heureux-cyclage.org-conf.php +++ b/etc/davical/davical.heureux-cyclage.org-conf.php @@ -1,17 +1,17 @@ admin_email = 'admin+davical@heureux-cyclage.org'; + $c->default_locale = "fr_FR"; $c->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"; + $c->locale_path = '/usr/share/davical/locale'; + $c->pg_connect[] = 'host=/run/postgresql port=5432 dbname=davical user=davical_app'; + $c->readonly_webdav_collections = true; + $c->sysabbr = 'DAViCal'; + $c->system_name = "davical.heureux-cyclage.org"; + #$c->dbg['ALL'] = 1; #/** Base Server Programs **/ #$c->dbg['caldav'] = 1; #$c->dbg['ics'] = 1;