You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
606 B
13 lines
606 B
// SOGo configuration
|
|
|
|
<?php echo $pref;?>("calendar.autorefresh.timeout", 5);
|
|
<?php echo $pref;?>("calendar.caldav.sched.enabled", true);
|
|
<?php echo $pref;?>("calendar.alarms.showmissed", false);
|
|
<?php echo $pref;?>("calendar.alarms.onforevents", 1);
|
|
<?php echo $pref;?>("calendar.week.start", 1);
|
|
<?php echo $pref;?>("calendar.view.visiblehours", 14);
|
|
<?php echo $pref;?>("ldap_2.autoComplete.useDirectory", true);
|
|
<?php echo $pref;?>("ldap_2.autoComplete.directoryServer", "ldap_2.servers.Utilisateurs");
|
|
<?php echo $pref;?>("sogo-integrator.autocomplete.server.urlid", "users");
|
|
|
|
// End of SOGo config
|
|
|