mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-31 17:50:01 +00:00
14 lines
284 B
Text
Vendored
14 lines
284 B
Text
Vendored
{
|
|
database: {
|
|
password: "{{ postgres_password }}"
|
|
host: "lemmy_db"
|
|
}
|
|
hostname: "{{ domain }}"
|
|
jwt_secret: "{{ jwt_password }}"
|
|
front_end_dir: "/app/dist"
|
|
email: {
|
|
smtp_server: "postfix:25"
|
|
smtp_from_address: "noreply@{{ domain }}"
|
|
use_tls: false
|
|
}
|
|
}
|