mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-22 20:31:19 +00:00
17 lines
294 B
Text
17 lines
294 B
Text
{
|
|
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"
|
|
image_mode: StoreLinkPreviews
|
|
}
|
|
}
|