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