mirror of https://github.com/LemmyNet/lemmy.git
20 lines
353 B
Plaintext
20 lines
353 B
Plaintext
{
|
|
hostname: lemmy-alpha:8541
|
|
port: 8541
|
|
tls_enabled: false
|
|
setup: {
|
|
admin_username: lemmy_alpha
|
|
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
|
|
}
|
|
}
|