Work in progress on project attachments.
[timetracker.git] / WEB-INF / config.php.dist
index d8bfe0c..b9ae7bd 100644 (file)
@@ -197,3 +197,8 @@ define('AUTH_MODULE', 'db');
 
 // Height in pixels for the note input field in time.php. Defaults to 40.
 // define('NOTE_INPUT_HEIGHT', 100);
+
+// $GLOBALS['FILE_STORAGE_PARAMS'] = array(
+//  'uri' => 'localhost',               // File storage uri.
+//  'site_id' => '1',                   // This site id for file storage facility.
+//  'site_key' => 'debug_key');         // This site key for file storage facility.