Skip to content

Commit

Permalink
Add missing file lemmy.hjson
Browse files Browse the repository at this point in the history
  • Loading branch information
Nutomic committed Oct 25, 2022
1 parent 5cfa907 commit 029bdcc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/target
/.idea
docker/volumes
docker/lemmy.hjson
.env
lemmybb_categories.hjson
16 changes: 16 additions & 0 deletions docker/lemmy.hjson
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# See the documentation for available config fields and descriptions:
# https://join-lemmy.org/docs/en/administration/configuration.html
{
hostname: example.com
pictrs_url: "http://pictrs:8080"
database: {
host: postgres
}
# increase read rate limit to handle extra requests necessary to render replies and frontpage
rate_limit: {
message: 9999
message_per_second: 1
search: 9999
search_per_second: 1
}
}

0 comments on commit 029bdcc

Please sign in to comment.