2022-10-06 19:01:19 +00:00
|
|
|
{
|
|
|
|
# for more info about the config, check out the documentation
|
|
|
|
# https://join-lemmy.org/docs/en/administration/configuration.html
|
|
|
|
|
|
|
|
# This is a minimal lemmy config for the dev / main branch. Do not use for a
|
|
|
|
# release / stable version.
|
|
|
|
|
|
|
|
setup: {
|
|
|
|
admin_username: "lemmy"
|
|
|
|
admin_password: "lemmylemmy"
|
|
|
|
site_name: "lemmy-dev"
|
|
|
|
}
|
2022-10-28 14:34:40 +00:00
|
|
|
database: {
|
|
|
|
host: postgres
|
|
|
|
}
|
2022-10-06 19:01:19 +00:00
|
|
|
|
|
|
|
hostname: "localhost"
|
|
|
|
bind: "0.0.0.0"
|
|
|
|
port: 8536
|
2022-10-21 15:13:24 +00:00
|
|
|
|
|
|
|
pictrs: {
|
|
|
|
url: "http://pictrs:8080/"
|
|
|
|
# api_key: "API_KEY"
|
|
|
|
}
|
|
|
|
|
|
|
|
opentelemetry_url: "http://otel:4137"
|
|
|
|
}
|