README fixes (#464)

* Fix typos and use consistent YAML data structures for env

* Add Debug flag and more structure to the README

* Clarify default value of MM_HOSTNAME

* Fix typo

* Fix typos
This commit is contained in:
Gabor Szarnyas
2021-05-21 22:54:03 +02:00
committed by GitHub
parent 9409942a31
commit 3dd4718770
4 changed files with 21 additions and 16 deletions

View File

@@ -33,7 +33,7 @@ change them unless you know what you want.
not set, the default is set to
`sqlite:///opt/mailman-web-data/mailmanweb.db`. The standard
docker-compose.yaml comes with it set to a postgres database. It is not must
to change this if you are happy with postgresql.
to change this if you are happy with PostgreSQL.
- `MAILMAN_REST_URL`: The URL to the Mailman core's REST API server. Defaut
value is `http://mailman-core:8001`.