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
|`CADDY_GLOBAL_OPTIONS`| the [global options block](https://caddyserver.com/docs/caddyfile/options#global-options), one per line ||
81
-
|`CADDY_EXTRA_CONFIG`| the [snippet](https://caddyserver.com/docs/caddyfile/concepts#snippets) or the [named-routes](https://caddyserver.com/docs/caddyfile/concepts#named-routes) options block, one per line ||
82
-
|`CADDY_SERVER_EXTRA_DIRECTIVES`| the [`Caddyfile` directives](https://caddyserver.com/docs/caddyfile/concepts#directives)||
83
-
|`CADDY_SERVER_LOG_OPTIONS`| the [server log options block](https://caddyserver.com/docs/caddyfile/directives/log), one per line ||
84
-
|`SERVER_NAME`| the server name or address |`localhost`|
85
-
|`FRANKENPHP_CONFIG`| a list of extra [FrankenPHP global directives](https://frankenphp.dev/docs/config/#caddyfile-config), one per line ||
86
-
|`FRANKENPHP_WORKER_CONFIG`| a list of extra [FrankenPHP worker directives](https://frankenphp.dev/docs/config/#caddyfile-config), one per line ||
87
-
|`MERCURE_BOLT_PATH`| path of the Bolt database file |`/data/mercure.db`|
88
-
|`MERCURE_BOLT_EXTRA_DIRECTIVES`| a list of extra [Mercure Bolt Adapter directives](https://mercure.rocks/docs/hub/config#bolt-adapter), one per line ||
89
-
|`MERCURE_PUBLISHER_JWT_KEY`| the JWT key to use for publishers ||
90
-
|`MERCURE_PUBLISHER_JWT_ALG`| the JWT algorithm to use for publishers |`HS256`|
91
-
|`MERCURE_SUBSCRIBER_JWT_KEY`| the JWT key to use for subscribers ||
92
-
|`MERCURE_SUBSCRIBER_JWT_ALG`| the JWT algorithm to use for subscribers |`HS256`|
93
-
|`MERCURE_EXTRA_DIRECTIVES`| a list of extra [Mercure directives](https://mercure.rocks/docs/hub/config), one per line ||
78
+
| Environment variable | Description | Default value |
|`CADDY_GLOBAL_OPTIONS`| the [global options block](https://caddyserver.com/docs/caddyfile/options#global-options), one per line ||
81
+
|`CADDY_EXTRA_CONFIG`| the [snippet](https://caddyserver.com/docs/caddyfile/concepts#snippets) or the [named-routes](https://caddyserver.com/docs/caddyfile/concepts#named-routes) options block, one per line ||
82
+
|`CADDY_SERVER_EXTRA_DIRECTIVES`| the [`Caddyfile` directives](https://caddyserver.com/docs/caddyfile/concepts#directives)||
83
+
|`CADDY_SERVER_LOG_OPTIONS`| the [server log options block](https://caddyserver.com/docs/caddyfile/directives/log), one per line ||
84
+
|`SERVER_NAME`| the server name or address |`localhost`|
85
+
|`FRANKENPHP_CONFIG`| a list of extra [FrankenPHP global directives](https://frankenphp.dev/docs/config/#caddyfile-config), one per line ||
86
+
|`FRANKENPHP_WORKER_CONFIG`| a list of extra [FrankenPHP worker directives](https://frankenphp.dev/docs/config/#caddyfile-config), one per line ||
87
+
|`MERCURE_BOLT_PATH`| path of the Bolt database file |`/data/mercure.db`|
88
+
|`MERCURE_BOLT_EXTRA_DIRECTIVES`| a list of extra [Mercure Bolt Adapter directives](https://mercure.rocks/docs/hub/config#bolt-adapter), one per line ||
89
+
|`MERCURE_PUBLISHER_JWT_KEY`| the JWT key to use for publishers ||
90
+
|`MERCURE_PUBLISHER_JWT_ALG`| the JWT algorithm to use for publishers |`HS256`|
91
+
|`MERCURE_SUBSCRIBER_JWT_KEY`| the JWT key to use for subscribers ||
92
+
|`MERCURE_SUBSCRIBER_JWT_ALG`| the JWT algorithm to use for subscribers |`HS256`|
93
+
|`MERCURE_EXTRA_DIRECTIVES`| a list of extra [Mercure directives](https://mercure.rocks/docs/hub/config), one per line ||
0 commit comments