mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-12-23 11:21:32 +00:00
17 lines
336 B
Text
17 lines
336 B
Text
{
|
|
hostname: lemmy-gamma:8561
|
|
port: 8561
|
|
tls_enabled: false
|
|
setup: {
|
|
admin_username: lemmy_gamma
|
|
admin_password: lemmylemmy
|
|
site_name: lemmy-gamma
|
|
}
|
|
database: {
|
|
connection: "postgres://lemmy:password@postgres_gamma:5432/lemmy"
|
|
}
|
|
pictrs: {
|
|
api_key: "my-pictrs-key"
|
|
image_mode: ProxyAllImages
|
|
}
|
|
}
|