mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 12:05:01 +00:00
10 lines
328 B
Text
Vendored
10 lines
328 B
Text
Vendored
DOMAIN={{ domain }}
|
|
DATABASE_PASSWORD={{ postgres_password }}
|
|
DATABASE_URL=postgres://lemmy:{{ postgres_password }}@lemmy_db:5432/lemmy
|
|
JWT_SECRET={{ jwt_password }}
|
|
RATE_LIMIT_MESSAGE=30
|
|
RATE_LIMIT_MESSAGE_PER_SECOND=60
|
|
RATE_LIMIT_POST=3
|
|
RATE_LIMIT_POST_PER_SECOND=600
|
|
RATE_LIMIT_REGISTER=1
|
|
RATE_LIMIT_REGISTER_PER_SECOND=3600
|