Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cioddi committed Jun 3, 2024
1 parent c8d25ff commit c7e307a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:[email protected]:25`)
- `MAILER_DSN` Smtp server configuration. (`smtp://user:[email protected]: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
Expand Down

0 comments on commit c7e307a

Please sign in to comment.