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, 0 insertions, 13 deletions
diff --git a/files/var/www/app/config.php b/files/var/www/app/config.php
deleted file mode 100644
index f25f096..0000000
--- a/files/var/www/app/config.php
+++ /dev/null
@@ -1,13 +0,0 @@
-<?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');