From 2a4130548a9cda7215b923f79f149795f17c19f0 Mon Sep 17 00:00:00 2001 From: Malcolm Jones <17786500+mlclmj@users.noreply.github.com> Date: Fri, 31 Jul 2020 20:41:49 -0700 Subject: [PATCH] Update getting-started.md (#617) --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 8a02d26b0e..6fb7691fb6 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -48,7 +48,7 @@ Available unleash options include: - *host* - the database hostname (`DATABASE_HOST`) - *port* - the datbase port defaults to 5432 (`DATABASE_PORT`) - *database* - the database name to be used (`DATABASE_NAME`) - - *ssl* - an object describin ssl options, see https://node-postgres.com/features/ssl (`DATABASE_SSL`, as a stringified json object) + - *ssl* - an object describing ssl options, see https://node-postgres.com/features/ssl (`DATABASE_SSL`, as a stringified json object) - **databaseUrl** - the postgres database url to connect to. Only used if _db_ object is not specified. Should include username/password. This value may also be set via the `DATABASE_URL` environment variable. Alternatively, if you would like to read the database url from a file, you may set the `DATABASE_URL_FILE` environment variable with the full file path. The contents of the file must be the database url exactly. - **databaseSchema** - the postgres database schema to use. Defaults to 'public'. - **port** - which port the unleash-server should bind to. If port is omitted or is 0, the operating system will assign an arbitrary unused port. Will be ignored if pipe is specified. This value may also be set via the `HTTP_PORT` environment variable