aboutsummaryrefslogtreecommitdiffstats
path: root/files/var/www/app/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'files/var/www/app/config.php')
-rw-r--r--files/var/www/app/config.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/files/var/www/app/config.php b/files/var/www/app/config.php
new file mode 100644
index 0000000..f25f096
--- /dev/null
+++ b/files/var/www/app/config.php
@@ -0,0 +1,13 @@
+<?php
+ $c->domain_name = "davical.eriksen.im";
+ $c->sysabbr = 'DAViCal';
+ $c->admin_email = 'dennis@eriksen.im';
+ $c->system_name = "Eriksens DAViCal Server";
+ $c->pg_connect[] = 'dbname=davical port=5432 user=davical_app';
+
+/*
+ * Use Apache-supplied headers and believe them
+ */
+
+ $c->authenticate_hook['server_auth_type'] = 'Basic';
+ include_once('AuthPlugins.php');