Fixing some typos.
This commit is contained in:
parent
bf69d595b4
commit
b9d16d7cd0
2 changed files with 2 additions and 2 deletions
2
docs/src/administration_configuration.md
vendored
2
docs/src/administration_configuration.md
vendored
|
@ -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
|
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
|
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
|
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
|
connection string like `postgres://lemmy:password@lemmy_db:5432/lemmy`, passing all connection
|
||||||
|
|
2
docs/src/lemmy_council.md
vendored
2
docs/src/lemmy_council.md
vendored
|
@ -9,7 +9,7 @@
|
||||||
- Anything is open for discussion
|
- Anything is open for discussion
|
||||||
- Voting done through matrix chat reacts (thumbs up/thumbs down)
|
- Voting done through matrix chat reacts (thumbs up/thumbs down)
|
||||||
- Require a simple majority for votes. (Maybe 2/3rds for more debated decisions).
|
- 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.
|
- All members of the Lemmy council have equal voting power.
|
||||||
- Voting must stay open for at least 2 days.
|
- Voting must stay open for at least 2 days.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue