1
0
Fork 0
mirror of https://github.com/LemmyNet/lemmy.git synced 2025-01-24 06:37:57 +00:00
lemmy/docker/federation/lemmy_alpha.hjson

17 lines
260 B
Text
Raw Normal View History

{
hostname: lemmy-alpha:8541
port: 8541
tls_enabled: false
setup: {
admin_username: lemmy_alpha
2021-09-19 17:20:47 -04:00
admin_password: lemmylemmy
site_name: lemmy-alpha
}
database: {
2023-02-06 02:30:10 +09:00
host: postgres_alpha
}
pictrs: {
api_key: "my-pictrs-key"
}
}