-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|