]> Untitled Git - lemmy.git/blob - docker/lemmy.hjson
add enable_federated_downvotes site option
[lemmy.git] / docker / lemmy.hjson
1 {
2   # for more info about the config, check out the documentation
3   # https://join-lemmy.org/docs/en/administration/configuration.html
4
5   # This is a minimal lemmy config for the dev / main branch. Do not use for a 
6   # release / stable version.
7
8   setup: {
9     admin_username: "lemmy"
10     admin_password: "lemmylemmy"
11     site_name: "lemmy-dev"
12   }
13   database: {
14     host: postgres
15   }
16
17   hostname: "localhost"
18   bind: "0.0.0.0"
19   port: 8536
20
21   pictrs: {
22     url: "http://pictrs:8080/"
23     # api_key: "API_KEY"
24   }
25
26   #opentelemetry_url: "http://otel:4137"
27 }