From f2536e7935e17523dfbc36378e88bb88bf75fab5 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Wed, 6 Jul 2022 09:16:30 +0200 Subject: [PATCH] Docs(fix): fix formatting error introduced by prettier. --- website/docs/deploy/configuring-unleash.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/website/docs/deploy/configuring-unleash.md b/website/docs/deploy/configuring-unleash.md index 0a0f750b41..0e5cc9ad17 100644 --- a/website/docs/deploy/configuring-unleash.md +++ b/website/docs/deploy/configuring-unleash.md @@ -201,7 +201,11 @@ The logger interface with its `debug`, `info`, `warn` and `error` methods expect ## Database configuration -:::info In-code configuration values take precedence over environment values: If you provide a database username both via environment variables and in code with the Unleash options object, Unleash will use the in-code username. ::: +:::info + +In-code configuration values take precedence over environment values: If you provide a database username both via environment variables and in code with the Unleash options object, Unleash will use the in-code username. + +::: You cannot run the Unleash server without a database. You must provide Unleash with database connection details for it to start correctly.