Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.

Commit 15e7d73

Browse files
author
Robert Kummer
committed
documentation fixed
1 parent e31901d commit 15e7d73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/fileproxy.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
'secret_token' => env('FILEPROXY_API_SECRET_TOKEN', null),
4545

4646
/*
47-
* The secret token has to be set for security reason. If it is not null you have to
48-
* add a http header `X-FILEPROXY-TOKEN` to each api request.
47+
* The token name can be set for security reason. It has a default value, but you can
48+
* configure your own.
4949
*/
5050
'token_name' => env('FILEPROXY_API_TOKEN_NAME', 'X-FILEPROXY-TOKEN'),
5151
],

0 commit comments

Comments
 (0)