From 451fa640186892d833561c909f698bed008cf7ed Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Thu, 10 Mar 2022 14:22:03 +0100 Subject: [PATCH] docs: add a note saying passord is password for Norwegian --- website/docs/deploy/configuring-unleash.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/deploy/configuring-unleash.md b/website/docs/deploy/configuring-unleash.md index 700811097d..367857eb28 100644 --- a/website/docs/deploy/configuring-unleash.md +++ b/website/docs/deploy/configuring-unleash.md @@ -15,7 +15,7 @@ In order for Unleash server to work, you must setup database connection details. - `DATABASE_HOST` - the database hostname - defaults to `localhost` - `DATABASE_PORT` - the port the database is listening on - defaults to `5432` - `DATABASE_USERNAME` - the user configured for access - defaults to `unleash_user` - - `DATABASE_PASSWORD` - the password for the user - defaults to `passord` + - `DATABASE_PASSWORD` - the password for the user - defaults to `passord` (the Norwegian word for _password_) - `DATABASE_NAME` - the name of the database - defaults to `unleash` - `DATABASE_SSL` - a json object representing SSL configuration or `false` for not using SSL - `DATABASE_SCHEMA` - Which schema to use - defaults to `public`