You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/options.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,8 @@ to inject options block, directive or configuration.
85
85
|`FRANKENPHP_CONFIG`| a list of extra [FrankenPHP global directives](https://frankenphp.dev/docs/config/#caddyfile-config), one per line ||
86
86
|`FRANKENPHP_WORKER_CONFIG`| a list of extra [FrankenPHP worker directives](https://frankenphp.dev/docs/config/#caddyfile-config), one per line ||
87
87
|`MERCURE_TRANSPORT_URL`| the value passed to the `transport_url` directive |`bolt:///data/mercure.db`|
88
+
|`MERCURE_BOLT_PATH`| path of the Bolt database file |`/data/mercure.db`|
89
+
|`MERCURE_BOLT_EXTRA_DIRECTIVES`| a list of extra [Mercure Bolt Adapter directives](https://mercure.rocks/docs/hub/config#bolt-adapter), one per line ||
88
90
|`MERCURE_PUBLISHER_JWT_KEY`| the JWT key to use for publishers ||
89
91
|`MERCURE_PUBLISHER_JWT_ALG`| the JWT algorithm to use for publishers |`HS256`|
90
92
|`MERCURE_SUBSCRIBER_JWT_KEY`| the JWT key to use for subscribers ||
0 commit comments