From 023dac88abcb6d4b0a3540fa0fa226f060395c17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Martano?= Date: Fri, 6 Dec 2019 13:43:48 +0000 Subject: [PATCH] typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e864dd42..5d0c7dd8 100644 --- a/README.md +++ b/README.md @@ -205,14 +205,14 @@ The instructions above use an automatically built Docker image on DockerHub (htt | --------- | ----------- | | URL_BASE_TRUSTED | sets the trusted url of the instance (default: http://localhost:3000) | | URL_BASE_SANDBOX | sets the sandbox url of the instance (default: http://localhost:3003) | -| URL_BASE_SANDBOX | sets the public url of the instance (default: http://localhost:3004) | +| URL_BASE_PUBLIC | sets the public url of the instance (default: http://localhost:3004) | | WITH_PROXY | use if Mailtrain is behind an http reverse proxy | | MONGO_HOST | sets mongo host (default: mongo) | | REDIS_HOST | sets redis host (default: redis) | | MYSQL_HOST | sets mysql host (default: mysql) | -| MYSQL_HOST | sets mysql database (default: mailtrain) | +| MYSQL_DATABASE | sets mysql database (default: mailtrain) | | MYSQL_USER | sets mysql user (default: mailtrain) | -| MYSQL_PASSWORT | sets mysql password (default: mailtrain) | +| MYSQL_PASSWORD | sets mysql password (default: mailtrain) | | WITH_LDAP | use if you want to enable LDAP authentication | | LDAP_HOST | LDAP Host for authentication (default: ldap) | | LDAP_PORT | LDAP port (default: 389) |