From 4b95d4d738638040e8b9202416356e1de50ac9ba Mon Sep 17 00:00:00 2001 From: Dessalines Date: Tue, 6 Apr 2021 14:35:20 -0400 Subject: [PATCH] Spelling error. --- src/en/administration/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/en/administration/configuration.md b/src/en/administration/configuration.md index cc6d600..986c0ac 100644 --- a/src/en/administration/configuration.md +++ b/src/en/administration/configuration.md @@ -2,7 +2,7 @@ The configuration is based on the file [config.hjson](https://github.com/lemmynet/lemmy/blob/main/config/config.hjson). This file also contains documentation for all the available options. The install instructions tell you how to override the defaults. -The `config.hjson` file is located at `config/config.hjson`. To change the default locationa, you can set the environment variable `LEMMY_CONFIG_LOCATION`. +The `config.hjson` file is located at `config/config.hjson`. To change the default location, you can set the environment variable `LEMMY_CONFIG_LOCATION`. An additional environment variable `LEMMY_DATABASE_URL` is available, which can be used with a PostgreSQL connection string like `postgres://lemmy:password@lemmy_db:5432/lemmy`, passing all connection details at once.