mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 04:00:02 +00:00
28 lines
470 B
Text
28 lines
470 B
Text
|
{
|
||
|
database: {
|
||
|
user: "lemmy"
|
||
|
password: "password"
|
||
|
host: "localhost"
|
||
|
port: 5432
|
||
|
database: "lemmy"
|
||
|
}
|
||
|
hostname: "rrr"
|
||
|
bind: "0.0.0.0"
|
||
|
port: 8536
|
||
|
jwt_secret: "changeme"
|
||
|
rate_limit: {
|
||
|
message: 30,
|
||
|
message_per_second: 60,
|
||
|
post: 6,
|
||
|
post_per_second: 600,
|
||
|
register: 3,
|
||
|
register_per_second: 3600,
|
||
|
}
|
||
|
# email: {
|
||
|
# smtp_server: ""
|
||
|
# smtp_login: ""
|
||
|
# smtp_password: ""
|
||
|
# smtp_from_address: ""
|
||
|
# }
|
||
|
}
|