From b9d16d7cd0fff20079c3933eeaf7445cfaee9bbe Mon Sep 17 00:00:00 2001 From: Dessalines Date: Mon, 6 Jul 2020 11:39:31 -0400 Subject: Fixing some typos. --- docs/src/administration_configuration.md | 2 +- docs/src/lemmy_council.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/src/administration_configuration.md b/docs/src/administration_configuration.md index cc421b0b..56448de4 100644 --- a/docs/src/administration_configuration.md +++ b/docs/src/administration_configuration.md @@ -7,7 +7,7 @@ can copy the options you want to change into your local `config.hjson` file. Additionally, you can override any config files with environment variables. These have the same name as the config options, and are prefixed with `LEMMY_`. For example, you can override the -`database.password` with `LEMMY__DATABASE__POOL_SIZE=10`. +`database.password` with `LEMMY_DATABASE__POOL_SIZE=10`. An additional option `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 diff --git a/docs/src/lemmy_council.md b/docs/src/lemmy_council.md index 9b24522a..46b4c3b1 100644 --- a/docs/src/lemmy_council.md +++ b/docs/src/lemmy_council.md @@ -9,7 +9,7 @@ - Anything is open for discussion - Voting done through matrix chat reacts (thumbs up/thumbs down) - Require a simple majority for votes. (Maybe 2/3rds for more debated decisions). -- Once a decision is reached democratically, the dicision is binding and all group members have to follow it +- Once a decision is reached democratically, the decision is binding and all group members have to follow it - All members of the Lemmy council have equal voting power. - Voting must stay open for at least 2 days. -- cgit v1.2.3