File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,9 +44,9 @@ MESSENGER_TRANSPORT_DSN=doctrine://default?auto_setup=0
44
44
# ##> symfony/mercure-bundle ###
45
45
# See https://symfony.com/doc/current/mercure.html#configuration
46
46
# The URL of the Mercure hub, used by the app to publish updates (can be a local URL)
47
- MERCURE_URL = https ://example.com /.well-known/mercure
47
+ MERCURE_URL = http ://mercure /.well-known/mercure
48
48
# The public URL of the Mercure hub, used by the browser to connect
49
- MERCURE_PUBLIC_URL = https ://example.com /.well-known/mercure
49
+ MERCURE_PUBLIC_URL = http ://localhost:1337 /.well-known/mercure
50
50
# The secret used to sign the JWTs
51
51
MERCURE_JWT_SECRET = " !ChangeThisMercureHubJWTSecretKey!"
52
52
# ##< symfony/mercure-bundle ###
Original file line number Diff line number Diff line change 23
23
</head >
24
24
<body >
25
25
26
- <div id =" main" class = " row " >
26
+ <div id =" main" >
27
27
28
28
<div id =" snackbars" class =" fixed top-10 right-10 w-80 space-y-5" >
29
29
<div aria-live =" assertive" id =" snackbar-template" class =" invisible pointer-events-none fixed inset-0 flex items-end px-4 py-6 sm:items-start sm:p-6" >
Original file line number Diff line number Diff line change 1
1
<nav class =" border-b border-gray-200 bg-white" >
2
- <div class =" mx-auto max-w-7xl px-4 sm:px-6 lg:px-8" >
2
+ <div class =" mx-auto px-4 sm:px-6 lg:px-8" >
3
3
<div class =" flex h-16 justify-between" >
4
4
<div class =" flex" >
5
5
<a href =" /" class =" flex flex-shrink-0 items-center" >
You can’t perform that action at this time.
0 commit comments