removed mods directory from the ATutor codebase
[atutor.git] / mods / atutor_opencaps / opencaps / install / config_template.php
diff --git a/mods/atutor_opencaps/opencaps/install/config_template.php b/mods/atutor_opencaps/opencaps/install/config_template.php
deleted file mode 100755 (executable)
index 7e77f23..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-<?php
-/*
- * OpenCaps
- * http://opencaps.atrc.utoronto.ca
- * 
- * Copyright 2009 Heidi Hazelton
- * Adaptive Technology Resource Centre, University of Toronto
- * 
- * Licensed under the Educational Community License (ECL), Version 2.0. 
- * You may not use this file except in compliance with this License.
- * http://www.opensource.org/licenses/ecl2.php
- * 
- */
-
-/* edit with correct values and copy to /include/config.inc.php */
-
-
-/* general config */
-define('MAX_FILE_SIZE',        '10485760'); //10M
-define('DISABLE_LOCAL',        false);
-define('ACTIVE_SYSTEM', '');
-
-
-/* mysql config */
-define('DB_USER',              'root');
-define('DB_PASSWORD',  'password');
-define('DB_HOST',              'localhost');
-define('DB_PORT',              '3306');
-define('DB_NAME',       'opencaps');
-
-/* matterhorn config */
-/*
-$systems[0]['url'] = 'http://localhost:8080';
-$systems[0]['name'] = 'Matterhorn Local';
-$systems[0]['username'] = 'username';
-$systems[0]['password'] = 'password';
-
-$systems[1]['url'] = 'http://nightly.opencastproject.org';
-$systems[1]['name'] = 'Matterhorn Nightly';
-$systems[1]['username'] = 'username';
-$systems[1]['password'] = 'password';
-*/
-
-?>
\ No newline at end of file