Skip to content

Commit 647b561

Browse files
committed
fix!: remove MERCURE_TRANSPORT_URL env
1 parent c873e92 commit 647b561

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ RUN set -eux; \
3434
# https://getcomposer.org/doc/03-cli.md#composer-allow-superuser
3535
ENV COMPOSER_ALLOW_SUPERUSER=1
3636

37-
# Transport to use by Mercure (default to Bolt)
38-
ENV MERCURE_TRANSPORT_URL=bolt:///data/mercure.db
39-
4037
ENV PHP_INI_SCAN_DIR=":$PHP_INI_DIR/app.conf.d"
4138

4239
###> recipes ###

docs/options.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ to inject options block, directive or configuration.
8484
| `SERVER_NAME` | the server name or address | `localhost` |
8585
| `FRANKENPHP_CONFIG` | a list of extra [FrankenPHP global directives](https://frankenphp.dev/docs/config/#caddyfile-config), one per line | |
8686
| `FRANKENPHP_WORKER_CONFIG` | a list of extra [FrankenPHP worker directives](https://frankenphp.dev/docs/config/#caddyfile-config), one per line | |
87-
| `MERCURE_TRANSPORT_URL` | the value passed to the `transport_url` directive | `bolt:///data/mercure.db` |
8887
| `MERCURE_BOLT_PATH` | path of the Bolt database file | `/data/mercure.db` |
8988
| `MERCURE_BOLT_EXTRA_DIRECTIVES` | a list of extra [Mercure Bolt Adapter directives](https://mercure.rocks/docs/hub/config#bolt-adapter), one per line | |
9089
| `MERCURE_PUBLISHER_JWT_KEY` | the JWT key to use for publishers | |

0 commit comments

Comments
 (0)