Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zingimmick authored Mar 28, 2022
1 parent 4de9421 commit 1bdb6c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ return [
'bucket' => env('OBS_BUCKET'),
'endpoint' => env('OBS_ENDPOINT'),
'is_cname' => env('OBS_IS_CNAME', false),
'security_token' => env('OBS_SECURITY_TOKEN', false),
'security_token' => env('OBS_SECURITY_TOKEN'),
],
]
];
Expand Down

0 comments on commit 1bdb6c0

Please sign in to comment.