From c7e307a5c0ffc1dda49f996ae5d82a201dd20bad Mon Sep 17 00:00:00 2001 From: Max Tobias Weber Date: Mon, 3 Jun 2024 19:35:38 +0200 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a431d289b..f192c66f9 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ The container is accepting HTTP requests on port `8080` by default. You can use environment variables to adjust the configuration of the Mapbender docker container. - `APP_ENV` Symfony app environment. (`prod`, `dev`, `test`) -- `MAILER_DSN` Smpt server configuration. (`smtp://user:pass@smtp.example.com:25`) +- `MAILER_DSN` Smtp server configuration. (`smtp://user:pass@smtp.example.com:25`) - `MAPBENDER_DATABASE_URL` configure Mapbender to connect to another database as shown in the upcoming example. (find examples at [https://symfony.com/doc/current/doctrine.html#configuring-the-database](https://symfony.com/doc/current/doctrine.html#configuring-the-database)) ### external database