You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemmy/docker/federation/lemmy_alpha.hjson

17 lines
260 B
Plaintext

{
hostname: lemmy-alpha:8541
port: 8541
tls_enabled: false
setup: {
admin_username: lemmy_alpha
admin_password: lemmylemmy
site_name: lemmy-alpha
}
database: {
host: postgres_alpha
}
pictrs: {
api_key: "my-pictrs-key"
}
}