Skip to content

Commit 5ea52d7

Browse files
committed
Merge branch '4.2'
* 4.2: Add CORS_ALLOWED_ORIGINS to running mercure
2 parents dd0bbc7 + 3396dec commit 5ea52d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mercure.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Run the following command to start it:
7171

7272
.. code-block:: terminal
7373
74-
$ JWT_KEY='aVerySecretKey' ADDR='localhost:3000' ALLOW_ANONYMOUS=1 ./mercure
74+
$ JWT_KEY='aVerySecretKey' ADDR='localhost:3000' ALLOW_ANONYMOUS=1 CORS_ALLOWED_ORIGINS=* ./mercure
7575
7676
.. note::
7777

0 commit comments

Comments
 (0)