Ajout : DAViCal + CalDavZAP + AgenDAV .
[lhc/ateliers.git] / etc / agendav / config.php
diff --git a/etc/agendav/config.php b/etc/agendav/config.php
new file mode 100755 (executable)
index 0000000..ca587a4
--- /dev/null
@@ -0,0 +1,53 @@
+<?php  if ( ! defined('BASEPATH')) exit('No direct script access allowed');
+
+require_once('/home/www/pub/agendav/web/public/../application/config/production/advanced.php');
+require_once('/home/www/pub/agendav/web/public/../application/config/production/defaults.php');
+
+$scheme = 'http';
+if (strtolower($_SERVER['HTTPS']) == 'on') {
+       $scheme = 'https';
+ }
+
+$config['additional_js'] = array();
+$config['base_url'] = "$scheme://agendav.heureux-cyclage.org/";
+$config['calendar_colors'] = array
+ ( 'D4EAEF'
+ , '3A89C9'
+ , '107FC9'
+ , 'FAC5C0'
+ , 'FF4E50'
+ , 'BD3737'
+ , 'C9DF8A'
+ , '77AB59'
+ , '36802D'
+ , 'F8F087'
+ , 'E6D5C1'
+ , '3E4147'
+ );
+$config['cookie_domain'] = "";
+$config['cookie_path'] = "/";
+$config['cookie_prefix'] = "";
+$config['cookie_secure'] = FALSE;
+$config['default_date_format'] = 'ymd';
+$config['default_first_day'] = 1;
+$config['default_language'] = 'fr_FR';
+$config['default_time_format'] = '24';
+$config['default_timezone'] = 'Europe/Paris';
+#$config['encryption_key'] = '';
+$config['footer'] = 'davical.heureux-cyclage.org';
+$config['format_column_day'] = 'ddd d MMMM';
+$config['format_column_month'] = 'ddd';
+$config['format_column_table'] = 'MMM d, yyyy';
+$config['format_column_week'] = 'ddd d';
+$config['format_full_date'] = '%a %e %B %Y';
+$config['format_title_day'] = 'dddd, MMM d yyyy';
+$config['format_title_month'] = 'MMMM yyyy';
+$config['format_title_table'] = 'dddd, MMM d yyyy';
+$config['format_title_week'] = "MMM d[ yyyy]{ '&#8212;'[ MMM] d yyyy}";
+$config['log_path'] = '/home/www/log/php5/fpm/agendav/';
+$config['logo'] = 'agendav_100transp.png';
+$config['logout_redirect_to'] = '';
+$config['proxy_ips'] = '';
+$config['show_in_log']= array('ERROR', 'INFO', 'AUTHERR', 'AUTHOK'); # , 'INTERNALS', 'DEBUG'
+$config['show_public_caldav_url'] = TRUE;
+$config['site_title'] = 'agendav.heureux-cyclage.org';