aboutsummaryrefslogtreecommitdiff
path: root/config.sample.php
blob: 556a306c06db381ad0f034d9e6b4a93f88fea9a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
define ('DB_HOST','localhost');
define ('DB_NAME','databasename');
define ('DB_USER','username');
define ('DB_PASS','password');

define ('IMAP_HOST','mail.example.org');
define ('IMAP_USER','agenda@example.org');
define ('IMAP_PASS','password');
define ('IMAP_CONN','{'.IMAP_HOST.':993/imap/ssl}INBOX');

define ('ICAL_NAME','HebrewTools Events');
define ('ICAL_VERSION','0.1');
define ('ICAL_DESC','Conferences, workshops, and other events relevant to scholars of the near east.');