mirror of
https://github.com/LemmyNet/lemmy
synced 2024-10-30 15:21:20 +00:00
29 lines
581 B
Plaintext
29 lines
581 B
Plaintext
{
|
|
# 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"
|
|
}
|
|
database: {
|
|
host: postgres
|
|
}
|
|
|
|
hostname: "localhost"
|
|
bind: "0.0.0.0"
|
|
port: 8536
|
|
|
|
pictrs: {
|
|
url: "http://pictrs:8080/"
|
|
# api_key: "API_KEY"
|
|
image_mode: None
|
|
}
|
|
|
|
#opentelemetry_url: "http://otel:4137"
|
|
}
|