Skip to content

Commit d06bccf

Browse files
committed
Merge remote-tracking branch 'origin/1.x'
# Conflicts: # README.md
2 parents 3c53774 + 1bdb6c0 commit d06bccf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ return [
4040
'secret' => env('OBS_SECRET'),
4141
'bucket' => env('OBS_BUCKET'),
4242
'endpoint' => env('OBS_ENDPOINT'),
43-
'bucket_endpoint' => env('OBS_BUCKET_ENDPOINT', false),
43+
'is_cname' => env('OBS_IS_CNAME', false),
44+
'security_token' => env('OBS_SECURITY_TOKEN'),
4445
],
4546
]
4647
];
@@ -53,7 +54,8 @@ OBS_KEY=
5354
OBS_SECRET=
5455
OBS_BUCKET=
5556
OBS_ENDPOINT=
56-
OBS_BUCKET_ENDPOINT=false
57+
OBS_IS_CNAME=false
58+
OBS_SECURITY_TOKEN=
5759
```
5860

5961
## License

0 commit comments

Comments
 (0)