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

19 lines
306 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
}
database: {
database: lemmy
user: lemmy
password: password
host: postgres_alpha
port: 5432
pool_size: 5
}
}