X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fconfig.php.dist;h=b9b292b648649afb61a7b91bf0efe6893efe1d0a;hb=adf05628f5388349f692bbadd5beca05f792600d;hp=b9ae7bd02c2946ec89c808aa0572fc0f2f8d0a22;hpb=53e04060039f7c488fa5ca6bc018103763b901c5;p=timetracker.git diff --git a/WEB-INF/config.php.dist b/WEB-INF/config.php.dist index b9ae7bd0..b9b292b6 100644 --- a/WEB-INF/config.php.dist +++ b/WEB-INF/config.php.dist @@ -198,7 +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); -// $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. +// 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/');