mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-01 15:40:16 +00:00
16 lines
351 B
Plaintext
Vendored
16 lines
351 B
Plaintext
Vendored
{
|
|
database: {
|
|
password: "{{ postgres_password }}"
|
|
host: "lemmy_db"
|
|
}
|
|
hostname: "{{ domain }}"
|
|
jwt_secret: "{{ jwt_password }}"
|
|
front_end_dir: "/app/dist"
|
|
email: {
|
|
smtp_server: "{{ smtp_server }}"
|
|
smtp_login: "{{ smtp_login }}"
|
|
smtp_password: "{{ smtp_password }}"
|
|
smtp_from_address: "{{ smtp_from_address }}"
|
|
}
|
|
}
|