Skip to content

Commit

Permalink
Add doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mattamon committed Jul 9, 2024
1 parent 5a61d88 commit a3102e6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/02_Mercure_Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,16 @@ pimcore_studio_backend:
hub_url_server: 'http://mercure/.well-known/mercure'
```
You need to configure the full URL including protocol, port and path to Mercure here.
Additionally, you can configure the cookie lifetime for the JWT token in seconds. The default value is 3600 seconds.
```yaml
pimcore_studio_backend:
mercure_settings:
cookie_lifetime: 3600
```
```yaml

## Example Configuration with docker compose
Following there are configuration snippets for a setup with docker compose.
Expand Down

0 comments on commit a3102e6

Please sign in to comment.