A bit more work in progress on attachment handling.
[timetracker.git] / WEB-INF / config.php.dist
index 17b4d08..b9b292b 100644 (file)
@@ -198,5 +198,7 @@ define('AUTH_MODULE', 'db');
 // Height in pixels for the note input field in time.php. Defaults to 40.
 // define('NOTE_INPUT_HEIGHT', 100);
 
-// A temporary config option while development of subgroup support is ongoing. To be removed later.
-// define('SUBGROUP_DEBUG', false);
+// File storage facility location for attachments.
+// This feature requires a subscription or a locally installed appliance.
+// define('FILE_STORAGE_URI', 'localhost');
+define('FILE_STORAGE_URI', 'https://www.anuko.com/files/');