mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 12:05:01 +00:00
14 lines
301 B
Text
14 lines
301 B
Text
|
{
|
||
|
database: {
|
||
|
password: "{{ postgres_password }}"
|
||
|
}
|
||
|
hostname: "{{ domain }}"
|
||
|
jwt_secret: "{{ jwt_password }}"
|
||
|
email: {
|
||
|
smtp_server: "{{ smtp_server }}"
|
||
|
smtp_login: "{{ smtp_login }}"
|
||
|
smtp_password: "{{ smtp_password }}"
|
||
|
smtp_from_address: "{{ smtp_from_address }}"
|
||
|
}
|
||
|
}
|