Skip to content

Commit 5731773

Browse files
committed
Updated README
1. Updated release process step to add headwayapp entry 2. Fixed default token expiry when updating config.
1 parent 6f9a1ab commit 5731773

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ npm run dev
137137
'ably' => [
138138
'driver' => 'ably',
139139
'key' => env('ABLY_KEY'),
140-
'token_expiry' => env('ABLY_TOKEN_EXPIRY', 3600)
140+
'token_expiry' => env('ABLY_TOKEN_EXPIRY', 28800)
141141
],
142142
```
143143

@@ -257,3 +257,4 @@ This library uses [semantic versioning](http://semver.org/). For each release, t
257257
7. Add a tag and push it to origin - e.g.: `git tag v1.0.6 && git push origin v1.0.6`.
258258
8. Visit https://github.com/ably/laravel-broadcaster/tags and add release notes for the release including links to the changelog entry.
259259
9. Visit https://packagist.org/packages/ably/laravel-broadcaster, log in to Packagist, and click the "Update" button.
260+
10. Create the entry on the [Ably Changelog](https://changelog.ably.com/) (via [headwayapp](https://headwayapp.co/))

0 commit comments

Comments
 (0)