1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

Docs(fix): fix formatting error introduced by prettier.

This commit is contained in:
Thomas Heartman 2022-07-06 09:16:30 +02:00
parent e2082b4493
commit f2536e7935

View File

@ -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.