Additional doc blocks, added private_uploads path

This commit is contained in:
snipe
2016-03-25 15:50:08 -07:00
parent 27543d16f6
commit bddb7fca23
25 changed files with 229 additions and 45 deletions
+17 -1
View File
@@ -111,13 +111,29 @@ return [
'log' => env('APP_LOG', 'single'),
/*
|--------------------------------------------------------------------------
| Default Storage path for private uploads
|--------------------------------------------------------------------------
| This is the path for any uploaded files that have to be run through the
| auth system to ensure they are not visible to the public. These should be
| stored somewhere outside of the web root so that an unautenticated user
| cannot access them.
|
| For example: license keys, contracts, etc.
|
*/
'private_uploads' => storage_path().'/private_uploads',
/*
|--------------------------------------------------------------------------
| Demo Mode Lockdown
|--------------------------------------------------------------------------
|
| Normal users will never need to edit this. This option lets you run a
| version of Snipe-IT with limited functionality to prevent demo abuse.
| version of Snipe-IT with limited functionality to prevent demo abuse.
|
*/