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

20 lines
353 B
Plaintext

{
hostname: lemmy-alpha:8541
port: 8541
tls_enabled: false
setup: {
admin_username: lemmy_alpha
3 years ago
admin_password: lemmylemmy
site_name: lemmy-alpha
}
# These are ignored, use LEMMY_DATABASE_URL
database: {
database: lemmy_alpha
user: lemmy
password: password
host: localhost
port: 5432
pool_size: 5
}
}